| Artist | Listeners | 13-week growth |
|---|---|---|
| Lionheart | 123k | +1.39% |
| Deez Nuts | 149k | — |
| Nasty | 98k | — |
| Guilt Trip | 105k | +7.97% |
| TRC | 44k | — |
| Get The Shot | 59k | — |
| Malevolence | 122k | +3.43% |
| Desolated | 54k | — |
| PALEFACE SWISS | 192k | +5.93% |
| Born from Pain | 94k | +0.26% |
| UnityTX | 69k | — |
| Fox Lake | 64k | — |
| Kublai Khan TX | 351k | +2.73% |
| Crystal Lake | 192k | +1.59% |
| Stray From the Path | 140k | — |
| Body Count | 278k | +1.00% |
| Death Before Dishonor | 102k | — |
| Stick to Your Guns | 266k | +0.82% |
| The Ghost Inside | 370k | +1.11% |
| Biohazard | 261k | +1.24% |
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