| Artist | Listeners | 13-week growth |
|---|---|---|
| Pyogenesis | 37k | — |
| Life of Agony | 205k | +0.79% |
| Clawfinger | 368k | +0.46% |
| Emil Bulls | 180k | — |
| Pain | 558k | +1.38% |
| For My Pain... | 70k | — |
| Dope | 1.2M | +0.88% |
| Mushroomhead | 674k | +0.82% |
| Sevendust | 992k | +2.71% |
| Gemini Syndrome | 92k | +2.25% |
| Evereve | 80k | — |
| OOMPH! | 507k | +0.57% |
| Paradise Lost | 573k | +0.80% |
| Device | 133k | +5.03% |
| Flaw | 396k | +1.87% |
| Crematory | 204k | +0.32% |
| Prong | 248k | +1.04% |
| Stone Sour | 2.1M | +1.14% |
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