| Artist | Listeners | 13-week growth |
|---|---|---|
| Tricky | 1.5M | +1.23% |
| DJ Cam | 543k | +0.71% |
| Alpha | 296k | — |
| Coldcut | 572k | +0.41% |
| The Herbaliser | 862k | +0.77% |
| Wax Tailor | 734k | +0.62% |
| UNKLE | 1.4M | +0.61% |
| Massive Attack | 4.0M | +1.92% |
| DJ Krush | 694k | +0.45% |
| Aim | 485k | +0.61% |
| Funki Porcini | 548k | +0.80% |
| DJ Food | 457k | +0.34% |
| DJ Shadow | 2.1M | +2.47% |
| Lovage | 402k | +0.61% |
| Martina Topley-Bird | 551k | +0.97% |
| Red Snapper | 387k | +0.45% |
| Lamb | 1.3M | +1.18% |
| Visit Venus | 54k | — |
| Nightmares on Wax | 1.2M | +1.05% |
| Guts | 378k | +1.63% |
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