| Artist | Listeners | 13-week growth |
|---|---|---|
| Angelmaker | 145k | +2.66% |
| Infant Annihilator | 143k | +2.40% |
| Ingested | 103k | — |
| Carnifex | 332k | +1.56% |
| Signs of the Swarm | 87k | +3.33% |
| Brand of Sacrifice | 143k | +2.82% |
| Waking the Cadaver | 111k | +3.20% |
| Chelsea Grin | 421k | +1.76% |
| To the Grave | 69k | +3.56% |
| Gutrectomy | 47k | — |
| Oceano | 182k | +1.17% |
| Thy Art Is Murder | 288k | +2.01% |
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