| Artist | Listeners | 13-week growth |
|---|---|---|
| Tallah | 94k | — |
| Abbie Falls | 56k | +5.21% |
| VCTMS | 52k | — |
| Darko US | 93k | +3.81% |
| Graphic Nature | 34k | — |
| CONSVMER | 18k | — |
| Alpha Wolf | 205k | +2.08% |
| Thrown | 264k | +4.98% |
| Half Me | 48k | +8.49% |
| Betraying the Martyrs | 168k | — |
| Left to Suffer | 105k | +4.37% |
| To the Grave | 69k | +3.56% |
| Dealer | 92k | +6.51% |
| PALEFACE SWISS | 192k | +5.93% |
| The Gloom in the Corner | 59k | — |
| Fox Lake | 64k | — |
| PSYCHO-FRAME | 48k | +9.44% |
| Within Destruction | 96k | — |
| Varials | 199k | +3.15% |
| HeavensGate | 27k | +6.16% |
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