| Artist | Listeners | 13-week growth |
|---|---|---|
| Smash Into Pieces | 204k | +1.58% |
| Written by Wolves | 98k | — |
| Through Fire | 71k | +1.57% |
| Onlap | 96k | — |
| Ashes Remain | 204k | +1.98% |
| Self Deception | 140k | +2.79% |
| Adelitas Way | 442k | +0.72% |
| Fivefold | 46k | — |
| Bridge to Grace | 36k | — |
| Citizen Soldier | 127k | +3.16% |
| The Veer Union | 215k | — |
| Nine Lashes | 167k | +2.49% |
| My Darkest Days | 443k | +2.29% |
| Cult to Follow | 146k | +3.97% |
| Lansdowne | 76k | — |
| Like a Storm | 108k | +1.32% |
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