| Artist | Listeners | 13-week growth |
|---|---|---|
| Signs of the Swarm | 87k | +3.33% |
| Distant | 104k | +3.73% |
| Brand of Sacrifice | 143k | +2.82% |
| To the Grave | 69k | +3.56% |
| Darko US | 93k | +3.81% |
| Dal Av | 122k | — |
| Enterprise Earth | 66k | +2.72% |
| ChuggaBoom | 32k | — |
| Angelmaker | 145k | +2.66% |
| Gravemind | 47k | +1.14% |
| Left to Suffer | 105k | +4.37% |
| Chelsea Grin | 421k | +1.76% |
| Cabal | 79k | — |
| ten56. | 75k | — |
| Viscera | 45k | — |
| Upon a Burning Body | 196k | +1.60% |
| Crown Magnetar | 35k | +5.72% |
| Shadow of Intent | 142k | +3.22% |
| Thy Art Is Murder | 288k | +2.01% |
| Born of Osiris | 319k | — |
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