| Artist | Listeners | 13-week growth |
|---|---|---|
| Acres | 100k | +3.18% |
| Adept | 283k | +0.41% |
| Drop Dead, Gorgeous | 367k | +0.93% |
| Set for Tomorrow | 20k | — |
| Thousand Below | 116k | +3.79% |
| Kingdom of Giants | 134k | +3.47% |
| Senna | 43k | — |
| AVOID | 59k | — |
| Dark Divine | 51k | +8.42% |
| Elwood Stray | 62k | +3.17% |
| Woe, Is Me | 283k | +1.62% |
| If Not for Me | 73k | +11.02% |
| True North | 63k | — |
| We Came as Romans | 837k | +1.60% |
| The Word Alive | 565k | +0.90% |
| Sever | 29k | — |
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