| Artist | Listeners | 13-week growth |
|---|---|---|
| Kraftwerk | 1.4M | +0.98% |
| Sketch Show | 43k | +0.55% |
| The Gentle People | 59k | — |
| RJD2 | 1.2M | +0.29% |
| Federico Aubele | 297k | — |
| Esquivel | 85k | — |
| Fila Brazillia | 451k | +0.41% |
| Pink Martini | 780k | +1.02% |
| Richard Cheese | 640k | +0.77% |
| Mo' Horizons | 488k | +0.96% |
| Tipsy | 38k | — |
| Stereo MC's | 509k | +1.38% |
| Orbital | 1.1M | +1.83% |
| Fantastic Plastic Machine | 130k | +0.18% |
| Nortec Collective | 95k | — |
| Mouse on Mars | 299k | — |
| 砂原良徳 | 47k | +0.16% |
| Tosca | 894k | +0.87% |
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