| Artist | Listeners | 13-week growth |
|---|---|---|
| The Herbaliser | 862k | +0.77% |
| Ancient Astronauts | 198k | +1.08% |
| Blockhead | 710k | +0.48% |
| Cut Chemist | 320k | +0.45% |
| Hint | 102k | — |
| Coldcut | 572k | +0.41% |
| DJ Format | 144k | +0.33% |
| DJ Food | 457k | +0.34% |
| Jon Kennedy | 470k | +0.77% |
| DJ Vadim | 377k | +0.45% |
| Yppah | 405k | +0.74% |
| RJD2 | 1.2M | +0.29% |
| Hexstatic | 166k | +0.31% |
| Mr. Scruff | 937k | +0.38% |
| The Cinematic Orchestra | 1.8M | +1.19% |
| Amon Tobin | 1.1M | +0.55% |
| Little People | 375k | +0.60% |
| Up, Bustle and Out | 199k | +0.01% |
| 9 Lazy 9 | 376k | +0.48% |
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