| Artist | Listeners | 13-week growth |
|---|---|---|
| Spiritbox | 595k | +5.76% |
| Kevin Sherwood | 167k | +9.02% |
| JILUKA | 67k | +6.70% |
| 二口魔菜 Futakuchi Mana | 80k | +2.87% |
| Unprocessed | 165k | +2.72% |
| VIOLENT VIRA | 670k | +6.92% |
| Not Enough Space | 81k | — |
| Conquer Divide | 124k | +2.20% |
| The Pretty Wild | 78k | +9.54% |
| Arankai | 67k | — |
| Daedric | 42k | +4.56% |
| Liam | 10k | — |
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