| Artist | Listeners | 13-week growth |
|---|---|---|
| Infectious Grooves | 166k | +0.86% |
| Anthrax | 1.3M | +1.03% |
| Nuclear Assault | 233k | +0.87% |
| Mordred | 11k | — |
| Suicidal Tendencies | 817k | +1.71% |
| M.O.D. | 37k | — |
| Sacred Reich | 147k | +1.13% |
| Flotsam and Jetsam | 87k | +0.40% |
| S.O.D. | 103k | +0.22% |
| Butcher Babies | 103k | +3.46% |
| Death Angel | 282k | +1.18% |
| Overkill | 385k | +0.78% |
| Wrathchild America | 8.2k | — |
| 24-7 Spyz | 30k | +0.99% |
| Testament | 1.1M | +0.83% |
| Prong | 248k | +1.04% |
| Mind Funk | 9.8k | — |
| Metal Church | 236k | +1.32% |
| D.R.I. | 224k | +1.36% |
| Exodus | 584k | +1.17% |
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