| Artist | Listeners | 13-week growth |
|---|---|---|
| Laura Mvula | 275k | +0.78% |
| Curtis Harding | 432k | +2.67% |
| Selah Sue | 487k | +0.55% |
| Charlie Winston | 214k | +0.38% |
| Mavis Staples | 271k | — |
| The Meltdown | 105k | +3.61% |
| Nick Mulvey | 449k | +0.90% |
| Son Little | 231k | +1.54% |
| Amos Lee | 1.0M | +0.41% |
| Michael Kiwanuka | 1.0M | +1.74% |
| The Teskey Brothers | 317k | +2.30% |
| Jamie Lidell | 515k | — |
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