| Artist | Listeners | 13-week growth |
|---|---|---|
| 55 Escape | 34k | — |
| Oceans Divide | 49k | — |
| The Veer Union | 215k | — |
| Evans Blue | 641k | +0.99% |
| Blowsight | 76k | — |
| Emphatic | 75k | +1.84% |
| Art of Dying | 334k | +0.81% |
| Adelitas Way | 442k | +0.72% |
| Throw the Fight | 107k | — |
| Hypnogaja | 133k | +1.26% |
| Element Eighty | 431k | +0.56% |
| Through Fire | 71k | +1.57% |
| Fight the Fade | 76k | — |
| Cult to Follow | 146k | +3.97% |
| Nine Lashes | 167k | +2.49% |
| Self Deception | 140k | +2.79% |
| We Are the Catalyst | 37k | +0.06% |
| Esoterica | 55k | — |
| Emil Bulls | 180k | — |
| ODC | 24k | — |
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