| Artist | Listeners | 13-week growth |
|---|---|---|
| Skalpel | 403k | +0.33% |
| Bonobo | 2.1M | +0.96% |
| Pejzaż | 41k | — |
| Smolik | 209k | — |
| Emancipator | 760k | +0.65% |
| DJ Cam | 543k | +0.71% |
| DJ Krush | 694k | +0.45% |
| Aim | 485k | +0.61% |
| Wax Tailor | 734k | +0.62% |
| UNKLE | 1.4M | +0.61% |
| Yonderboi | 487k | +0.26% |
| Sofa Surfers | 525k | +0.45% |
| Lamb | 1.3M | +1.18% |
| Fat Jon | 238k | — |
| Télépopmusik | 998k | +0.77% |
| Blockhead | 710k | +0.48% |
| Tricky | 1.5M | +1.23% |
| Jon Kennedy | 470k | +0.77% |
| Little People | 375k | +0.60% |
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