| Artist | Listeners | 13-week growth |
|---|---|---|
| Fox Lake | 64k | — |
| Bloodbather | 30k | — |
| Justice for the Damned | 29k | — |
| Boundaries | 100k | +15.95% |
| Varials | 199k | +3.15% |
| Gates to Hell | 44k | — |
| Left Behind | 38k | — |
| No Cure | 46k | — |
| God Complex | 83k | — |
| Guilt Trip | 105k | +7.97% |
| Kublai Khan TX | 351k | +2.73% |
| Dying Wish | 128k | +5.25% |
| Chamber | 53k | — |
| Foreign Hands | 49k | — |
| XweaponX | 46k | — |
| Your Spirit Dies | 12k | — |
| Malevolence | 122k | +3.43% |
| Terminal Sleep | 24k | — |
| The Acacia Strain | 280k | +1.32% |
| End | 97k | +1.62% |
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