| Artist | Listeners | 13-week growth |
|---|---|---|
| Chester Bennington | 322k | — |
| David Draiman | 101k | +1.59% |
| Dry Cell | 79k | — |
| Wayne Static | 105k | +2.48% |
| Filter & The Crystal Method | 25k | +0.56% |
| Godhead | 219k | +1.09% |
| Kidneythieves | 233k | +2.40% |
| Orgy | 661k | +2.11% |
| Jonathan Davis | 202k | +0.49% |
| Adema | 935k | +0.43% |
| Powerman 5000 | 873k | +1.24% |
| Taproot | 670k | +0.63% |
| Static-X | 1.6M | +1.12% |
| Black Light Burns | 299k | +1.01% |
| Earshot | 500k | +3.01% |
| The Union Underground | 198k | +1.15% |
| Coal Chamber | 722k | +1.09% |
| Kittie | 813k | +2.54% |
| Spineshank | 529k | +1.05% |
| Linkin Park | 7.1M | +1.82% |
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