| Artist | Listeners | 13-week growth |
|---|---|---|
| Stain The Canvas | 65k | — |
| Down & Dirty | 28k | — |
| My Enemies & I | 32k | — |
| Saving Vice | 20k | — |
| Dayshell | 69k | — |
| Annisokay | 160k | +1.91% |
| Until i Wake | 103k | +3.48% |
| Palisades | 166k | +1.31% |
| I See Stars | 394k | +1.92% |
| Asking Alexandria | 1.0M | +1.95% |
| Thousand Below | 116k | +3.79% |
| Crown the Empire | 360k | +2.69% |
| The Word Alive | 565k | +0.90% |
| Wind Walkers | 159k | +6.11% |
| Caskets | 289k | +2.72% |
| Kingdom of Giants | 134k | +3.47% |
| Imminence | 223k | +6.82% |
| Too Close to Touch | 212k | +3.79% |
| Awaken I Am | 145k | +3.76% |
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