| Artist | Listeners | 13-week growth |
|---|---|---|
| S.O.D. | 103k | +0.22% |
| Scatterbrain | 39k | — |
| D.R.I. | 224k | +1.36% |
| The Accüsed | 21k | — |
| Nuclear Assault | 233k | +0.87% |
| Uncle Slam | 14k | — |
| Cryptic Slaughter | 64k | +1.14% |
| Wehrmacht | 21k | — |
| Excel | 45k | +1.67% |
| Carnivore | 118k | — |
| Evil Army | 13k | — |
| Suicidal Tendencies | 817k | +1.71% |
| Municipal Waste | 431k | +1.22% |
| Iron Reagan | 68k | — |
| Beowülf | 211k | +0.88% |
| Anthrax | 1.3M | +1.03% |
| Sacred Reich | 147k | +1.13% |
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