| Artist | Listeners | 13-week growth |
|---|---|---|
| George Ezra | 1.5M | +2.25% |
| Roo Panes | 416k | +0.61% |
| Noah and the Whale | 1.3M | +0.65% |
| Johnny Flynn | 516k | +0.42% |
| Frank Turner | 562k | +0.42% |
| Mumford & Sons | 2.7M | +1.31% |
| Little Comets | 281k | +0.21% |
| James Bay | 1.3M | +1.43% |
| Jake Bugg | 879k | +0.78% |
| Benjamin Francis Leftwich | 751k | +0.35% |
| Mystery Jets | 868k | +0.69% |
| Matthew and the Atlas | 301k | +0.39% |
| Jamie T | 781k | +0.47% |
| The Mowgli's | 503k | +0.99% |
| Charlie Cunningham | 303k | +1.00% |
| To Kill a King | 112k | — |
| Charlie Simpson | 78k | — |
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