| Artist | Listeners | 13-week growth |
|---|---|---|
| Pailhead | 45k | +0.97% |
| 1000 Homo DJs | 78k | +1.11% |
| Ministry | 912k | +1.14% |
| Spahn Ranch | 39k | +1.57% |
| Skinny Puppy | 495k | +1.12% |
| My Life with the Thrill Kill Kult | 222k | +1.88% |
| Meat Beat Manifesto | 315k | — |
| Lead Into Gold | 16k | — |
| Consolidated | 31k | — |
| Nitzer Ebb | 239k | +1.07% |
| Cyberaktif | 30k | +0.94% |
| Front 242 | 315k | +0.90% |
| Lard | 114k | +0.64% |
| Rotersand | 119k | — |
| Feindflug | 116k | — |
| Sister Machine Gun | 121k | +1.95% |
| A Split Second | 38k | — |
| Pigface | 146k | +2.80% |
| ohGr | 155k | +1.23% |
| Front Line Assembly | 295k | +0.99% |
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