| Artist | Listeners | 13-week growth |
|---|---|---|
| HIM | 1.8M | +4.38% |
| VV | 75k | — |
| Mortal Love | 154k | +2.40% |
| Icon & the Black Roses | 14k | — |
| For My Pain... | 70k | — |
| Entwine | 193k | +0.80% |
| To/Die/For | 145k | +0.89% |
| Charon | 197k | +1.07% |
| Sinamore | 39k | — |
| Zeraphine | 83k | — |
| Daniel Lioneye | 72k | +0.96% |
| End of You | 43k | — |
| Negative | 140k | +1.84% |
| Poisonblack | 163k | +1.03% |
| October Noir | 15k | — |
| The 69 Eyes | 467k | +0.92% |
| Shamrain | 83k | +2.11% |
| Evereve | 80k | — |
| Lacrimas Profundere | 174k | — |
| Lovex | 103k | +0.28% |
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