| Artist | Listeners | 13-week growth |
|---|---|---|
| Gary B | 152k | — |
| Slackwax | 100k | — |
| Variety Lab | 175k | — |
| Stéphane Pompougnac | 245k | +0.60% |
| Louie Austen | 161k | — |
| Rouge Rouge | 82k | — |
| Big Muff | 86k | — |
| De-Phazz | 654k | +0.52% |
| Doctor Rockit | 142k | — |
| Club Des Belugas | 273k | +0.86% |
| Gabin | 304k | +0.41% |
| Emmanuel Santarromana | 60k | — |
| Mo' Horizons | 488k | +0.96% |
| Tape Five | 243k | +0.75% |
| Gare du Nord | 167k | — |
| Jazzamor | 272k | +0.13% |
| Ganga | 102k | — |
| Gotan Project | 811k | +0.46% |
| Karuan | 52k | +0.04% |
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