| Artist | Listeners | 13-week growth |
|---|---|---|
| Xentrix | 48k | +2.31% |
| Nuclear Assault | 233k | +0.87% |
| Flotsam and Jetsam | 87k | +0.40% |
| Blood Feast | 13k | — |
| Overkill | 385k | +0.78% |
| Forbidden | 121k | +1.03% |
| Onslaught | 132k | +0.87% |
| Metal Church | 236k | +1.32% |
| Uncle Slam | 14k | — |
| Destruction | 270k | +0.65% |
| Exodus | 584k | +1.17% |
| Lääz Rockit | 6.6k | +0.42% |
| D.R.I. | 224k | +1.36% |
| Heathen | 123k | +0.79% |
| Evildead | 28k | — |
| Tankard | 153k | +0.70% |
| Living Death | 30k | — |
| Exumer | 52k | +2.20% |
| Death Angel | 282k | +1.18% |
| Vio-Lence | 78k | +1.31% |
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