| Artist | Listeners | 13-week growth |
|---|---|---|
| Trampa | 42k | — |
| Midnight Tyrannosaurus | 42k | +2.79% |
| Hol! | 51k | +6.98% |
| Datsik | 370k | +0.34% |
| 12th Planet | 164k | +0.65% |
| SVDDEN DEATH | 112k | +3.04% |
| Eptic | 155k | +1.47% |
| Excision | 557k | +1.10% |
| Zomboy | 431k | +0.89% |
| SKisM | 180k | +0.85% |
| Doctor P | 458k | +0.43% |
| Spag Heddy | 71k | +0.34% |
| Cookie Monsta | 159k | +0.22% |
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