| Artist | Listeners | 13-week growth |
|---|---|---|
| Unto Others | 87k | +3.62% |
| Slow Crush | 186k | — |
| High Parasite | 7.8k | — |
| Leaving Time | 227k | — |
| Split Chain | 187k | +6.17% |
| Cemetery Skyline | 18k | — |
| Sylvaine | 81k | +2.24% |
| Charon | 197k | +1.07% |
| Heretoir | 112k | +3.64% |
| Moonspell | 441k | +1.01% |
| Paradise Lost | 573k | +0.80% |
| The 69 Eyes | 467k | +0.92% |
| Oversize | 45k | — |
| Astronoid | 66k | +0.89% |
| King Woman | 174k | — |
| Poisonblack | 163k | +1.03% |
| For My Pain... | 70k | — |
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