| Artist | Listeners | 13-week growth |
|---|---|---|
| Up, Bustle and Out | 199k | +0.01% |
| Hexstatic | 166k | +0.31% |
| Coldcut | 572k | +0.41% |
| DJ Food | 457k | +0.34% |
| Skalpel | 403k | +0.33% |
| Mr. Scruff | 937k | +0.38% |
| The Herbaliser | 862k | +0.77% |
| Animals on Wheels | 78k | — |
| London Funk Allstars | 143k | +0.53% |
| 9 Lazy 9 | 376k | +0.48% |
| DJ Vadim | 377k | +0.45% |
| Neotropic | 99k | — |
| Funki Porcini | 548k | +0.80% |
| The Cinematic Orchestra | 1.8M | +1.19% |
| Wagon Christ | 333k | +0.66% |
| Yppah | 405k | +0.74% |
| Amon Tobin | 1.1M | +0.55% |
| Emo | 76k | — |
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