| Artist | Listeners | 13-week growth |
|---|---|---|
| This Ending | 27k | — |
| Neaera | 153k | — |
| Dark Age | 80k | — |
| Callenish Circle | 34k | — |
| Rise to Fall | 30k | — |
| Susperia | 47k | — |
| Night In Gales | 22k | — |
| Nightrage | 142k | +0.26% |
| MyGrain | 102k | +0.12% |
| Evocation | 33k | — |
| Cypecore | 30k | — |
| SuidAkrA | 131k | +0.46% |
| Orpheus Omega | 7.8k | — |
| Kataklysm | 295k | +0.77% |
| Destinity | 30k | — |
| Degradead | 41k | — |
| Deals Death | 23k | — |
| Crematory | 204k | +0.32% |
| Dark Tranquillity | 576k | +0.49% |
| Insomnium | 284k | +0.97% |
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