| Artist | Listeners | 13-week growth |
|---|---|---|
| PSYCHO-FRAME | 48k | +9.44% |
| Black Tongue | 69k | — |
| To the Grave | 69k | +3.56% |
| The Acacia Strain | 280k | +1.32% |
| Infant Annihilator | 143k | +2.40% |
| Enterprise Earth | 66k | +2.72% |
| Humanity's Last Breath | 90k | +2.76% |
| Carnifex | 332k | +1.56% |
| Job for a Cowboy | 399k | +1.30% |
| Snuffed on Sight | 76k | — |
| Chelsea Grin | 421k | +1.76% |
| Whitechapel | 476k | +1.52% |
| Gaza | 102k | +3.15% |
| Suicide Silence | 696k | +1.57% |
| Execution | 8.9k | — |
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