| Artist | Listeners | 13-week growth |
|---|---|---|
| GunsLikeGirls | 77k | +18.89% |
| Lady Radiator | 145k | +1.20% |
| Ghost Runner On Third | 60k | +60.51% |
| April's Love Affair | 48k | +22.96% |
| A Heartwell Ending | 231k | +20.12% |
| This Armistice | 26k | — |
| Love Letter | 93k | +24.63% |
| I Never Heard The Bullet | 19k | — |
| We're Not Friends Anymore | 58k | — |
| Grace Gale | 49k | — |
| After The Sirens | 31k | — |
| Signal The Escape | 64k | +21.23% |
| Alexisonfire | 933k | +1.56% |
| Forgotten Alibi | 22k | — |
| Before Today | 136k | +6.29% |
| Dear Whoever | 79k | — |
| Picture Me Broken | 160k | +10.64% |
| I Set My Friends on Fire | 304k | +3.73% |
| An Evening At Elmwood | 46k | +11.74% |
| I Promised The World | 76k | +16.27% |
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