| Artist | Listeners | 13-week growth |
|---|---|---|
| Olu Dara | 32k | — |
| Hindi Zahra | 237k | +1.48% |
| Benjamin Clementine | 194k | +1.10% |
| Joel Culpepper | 58k | +1.07% |
| Ben l'Oncle Soul | 256k | +0.94% |
| Moriarty | 228k | +0.77% |
| Charlie Winston | 214k | +0.38% |
| José James | 210k | +0.91% |
| Melody Gardot | 814k | +0.91% |
| Cocoon | 297k | +0.46% |
| Selah Sue | 487k | +0.55% |
| Lou Doillon | 123k | +1.04% |
| Andreya Triana | 220k | — |
| Malted Milk | 36k | — |
| Iyeoka | 90k | — |
| Brothers Moving | 56k | — |
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