| Artist | Listeners | 13-week growth |
|---|---|---|
| PatrickReza | 123k | +1.66% |
| Two Feet | 1.1M | +2.43% |
| Ex Habit | 195k | +5.54% |
| Omido | 179k | +6.00% |
| Barbatos | 11k | — |
| Arcane | 866k | +0.20% |
| Plaza | 289k | +3.29% |
| Austin Giorgio | 120k | +4.91% |
| Black Atlass | 247k | +1.57% |
| Ari Abdul | 749k | +4.02% |
| Everybody Loves An Outlaw | 355k | +4.43% |
select
similar_artist_id, slug, display_name, size_band,
latest_listeners, total_pct_growth, weeks_tracked, similarity_score, rank
from api_artist_similar
where artist_id = $1
order by rank ascselect *
from api_artist_profile
where artist_id = $1