| Artist | Listeners | 13-week growth |
|---|---|---|
| Josh Baker | 110k | +16.43% |
| Luke Dean | 69k | +20.31% |
| Chris Stussy | 191k | +12.59% |
| Kettama | 281k | +0.25% |
| Jamback | 62k | +20.96% |
| Obskür | 372k | +6.43% |
| Sidney Charles | 74k | — |
| Belac | 132k | +7.68% |
| Gee Lee | 319k | +2.97% |
| Ewan McVicar | 111k | +6.00% |
| Patrick Topping | 108k | — |
| CH@NC3 | 47k | +43.37% |
| Cloonee | 308k | +7.18% |
| Gorgon City | 638k | +1.44% |
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