| Artist | Listeners | 13-week growth |
|---|---|---|
| Baauer | 597k | +2.60% |
| Mr. Carmack | 116k | +0.51% |
| RL Grime | 477k | +1.43% |
| Keys N Krates | 292k | +0.93% |
| TroyBoi | 272k | +2.11% |
| Tropkillaz | 354k | +1.81% |
| Boombox Cartel | 188k | +1.03% |
| Apashe | 428k | +2.16% |
| Buku | 94k | +2.10% |
| Yellow Claw | 744k | +3.48% |
| TNGHT | 160k | +0.81% |
| Bro Safari | 104k | +0.86% |
| NGHTMRE | 342k | +1.65% |
| Just A Gent | 212k | +1.22% |
| What So Not | 452k | +1.80% |
| UZ | 81k | +0.37% |
| Party Favor | 231k | +1.11% |
| Alison Wonderland | 366k | +4.26% |
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