| Artist | Listeners | 13-week growth |
|---|---|---|
| Spitalfield | 194k | +0.51% |
| Just Surrender | 162k | +1.04% |
| The Spill Canvas | 448k | +0.74% |
| Never Shout Never | 529k | +3.55% |
| Cartel | 649k | +0.73% |
| The Early November | 517k | +0.49% |
| Dashboard Confessional | 1.6M | +0.78% |
| Further Seems Forever | 287k | +0.70% |
| Copeland | 599k | +0.35% |
| Jonny Craig | 112k | — |
| Secondhand Serenade | 850k | +3.23% |
| Cute Is What We Aim For | 819k | +1.13% |
| Hot Rod Circuit | 146k | +1.81% |
| Say Anything | 925k | +1.18% |
| Cory Wells | 30k | — |
| Straylight Run | 473k | +0.34% |
| This Wild Life | 142k | +0.94% |
| Hawthorne Heights | 987k | +1.99% |
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