| Artist | Listeners | 13-week growth |
|---|---|---|
| RJD2 | 1.2M | +0.29% |
| Prefuse 73 | 602k | +0.44% |
| DJ Krush | 694k | +0.45% |
| Azure | 57k | — |
| Bomb the Bass | 277k | +0.82% |
| Blockhead | 710k | +0.48% |
| Wagon Christ | 333k | +0.66% |
| Blue Foundation | 1.1M | +1.70% |
| Glass Animals | 2.7M | +3.78% |
| DJ Vadim | 377k | +0.45% |
| Funki Porcini | 548k | +0.80% |
| DJ Food | 457k | +0.34% |
| DyE | 267k | +6.49% |
| Luke Vibert | 305k | +1.41% |
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