| Artist | Listeners | 13-week growth |
|---|---|---|
| Matthew and the Atlas | 301k | +0.39% |
| Jesse Marchant | 69k | +3.46% |
| Bear's Den | 495k | +0.76% |
| Charlie Cunningham | 303k | +1.00% |
| Other Lives | 394k | +1.06% |
| Keaton Henson | 591k | +0.79% |
| Roo Panes | 416k | +0.61% |
| Blanco White | 274k | +2.25% |
| Haux | 324k | +0.72% |
| George Ogilvie | 131k | +0.90% |
| The Paper Kites | 1.2M | +2.17% |
| Fenne Lily | 326k | +1.57% |
| Nick Mulvey | 449k | +0.90% |
| Champs | 102k | +2.47% |
| Tom Rosenthal | 927k | +2.29% |
| Matt Corby | 455k | +0.84% |
| RY X | 780k | +1.40% |
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