| Artist | Listeners | 13-week growth |
|---|---|---|
| Frequency | 46k | — |
| Dark Tranquillity | 576k | +0.49% |
| Orbit Culture | 138k | +3.36% |
| Kalmah | 306k | +0.44% |
| Lovebites | 32k | — |
| At the Gates | 502k | +1.21% |
| Lahmia | 11k | — |
| Paragon | 41k | — |
| Mors Principium Est | 192k | +1.29% |
| Gamma Ray | 381k | +0.35% |
| Grave Digger | 260k | +0.27% |
| Iced Earth | 603k | +0.33% |
| Before the Dawn | 152k | +0.39% |
| Borealis | 30k | — |
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