| Artist | Listeners | 13-week growth |
|---|---|---|
| From Ashes to New | 272k | +4.22% |
| Fire from the Gods | 117k | — |
| The Raven Age | 75k | +1.26% |
| Gemini Syndrome | 92k | +2.25% |
| Through Fire | 71k | +1.57% |
| Like a Storm | 108k | +1.32% |
| The Veer Union | 215k | — |
| Sleep Theory | 220k | +11.40% |
| Bad Wolves | 388k | +3.23% |
| Until i Wake | 103k | +3.48% |
| Pop Evil | 385k | +1.27% |
| Wage War | 340k | +3.04% |
| Smash Into Pieces | 204k | +1.58% |
| Saint Asonia | 167k | +1.68% |
| Adelitas Way | 442k | +0.72% |
| I Prevail | 617k | +3.93% |
| A Killer's Confession | 25k | +3.44% |
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