| Artist | Listeners | 13-week growth |
|---|---|---|
| David O'Dowda | 105k | +2.39% |
| Sarah Jaffe | 182k | +1.10% |
| Jesse Marchant | 69k | +3.46% |
| Blanco White | 274k | +2.25% |
| Flora Cash | 564k | +2.12% |
| Gert Taberner | 38k | +2.19% |
| Keaton Henson | 591k | +0.79% |
| Bear's Den | 495k | +0.76% |
| Roo Panes | 416k | +0.61% |
| Bess Atwell | 183k | +2.40% |
| Benjamin Francis Leftwich | 751k | +0.35% |
| Harrison Storm | 289k | +1.02% |
| Emily Jane White | 261k | +0.77% |
| Winter Aid | 384k | +3.27% |
| Agnes Obel | 987k | +1.25% |
| RY X | 780k | +1.40% |
| Charlie Cunningham | 303k | +1.00% |
| Daniela Andrade | 543k | +1.19% |
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