| Artist | Listeners | 13-week growth |
|---|---|---|
| Hidden Orchestra | 268k | — |
| Tor | 156k | +1.90% |
| Mo' Horizons | 488k | +0.96% |
| DJ Cam | 543k | +0.71% |
| The Cinematic Orchestra | 1.8M | +1.19% |
| Phaeleh | 272k | +0.02% |
| St. Germain | 603k | +0.03% |
| Boozoo Bajou | 576k | +0.59% |
| Bonobo | 2.1M | +0.96% |
| Jon Kennedy | 470k | +0.77% |
| Tosca | 894k | +0.87% |
| Zero 7 | 1.8M | +1.02% |
| Emancipator | 760k | +0.65% |
| The Dining Rooms | 315k | +2.18% |
| Beacon | 208k | +1.41% |
| Quantic | 942k | +1.06% |
| All India Radio | 200k | +2.51% |
| Emika | 275k | +0.89% |
| Red Snapper | 387k | +0.45% |
| Sola Rosa | 101k | — |
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