| Artist | Listeners | 13-week growth |
|---|---|---|
| Boundaries | 100k | +15.95% |
| Left Behind | 38k | — |
| Bleed from Within | 221k | +2.24% |
| VCTMS | 52k | — |
| Stray From the Path | 140k | — |
| Stick to Your Guns | 266k | +0.82% |
| TheCityIsOurs | 24k | — |
| Employed to Serve | 67k | — |
| Your Spirit Dies | 12k | — |
| Hellions | 31k | — |
| Half Me | 48k | +8.49% |
| Dying Wish | 128k | +5.25% |
| End | 97k | +1.62% |
| Alpha Wolf | 205k | +2.08% |
| Varials | 199k | +3.15% |
| 156/Silence | 120k | +12.65% |
| Better Lovers | 55k | +2.15% |
| Johnny Booth | 75k | +1.68% |
| Fox Lake | 64k | — |
| No Cure | 46k | — |
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