| Artist | Listeners | 13-week growth |
|---|---|---|
| If Not for Me | 73k | +11.02% |
| Patient Sixty-Seven | 42k | +1.52% |
| Limbs | 31k | — |
| Dark Divine | 51k | +8.42% |
| ChuggaBoom | 32k | — |
| October Ends | 37k | — |
| TheCityIsOurs | 24k | — |
| Acres | 100k | +3.18% |
| Stain The Canvas | 65k | — |
| Archers | 71k | +5.91% |
| Until i Wake | 103k | +3.48% |
| AVOID | 59k | — |
| Villain of the Story | 76k | +1.90% |
| Kingdom of Giants | 134k | +3.47% |
| Windwaker | 84k | +4.84% |
| Downswing | 63k | +6.90% |
| The Dead Rabbitts | 33k | — |
| The Wise Man's Fear | 58k | — |
| Our Mirage | 62k | +4.87% |
| From Fall to Spring | 43k | — |
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