| Artist | Listeners | 13-week growth |
|---|---|---|
| End It | 74k | — |
| Speed | 198k | +2.95% |
| Justice for the Damned | 29k | — |
| All Out War | 58k | +2.47% |
| Trapped Under Ice | 138k | +2.13% |
| Incendiary | 117k | +3.69% |
| Whispers | 51k | — |
| Combust | 23k | — |
| Cold World | 88k | — |
| Terror | 308k | +1.43% |
| XweaponX | 46k | — |
| Ringworm | 70k | — |
| Haywire 617 | 35k | — |
| King Nine | 24k | — |
| Harm's Way | 21k | +0.67% |
| Phantoms | 134k | — |
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