| Artist | Listeners | 13-week growth |
|---|---|---|
| Roo Panes | 416k | +0.61% |
| Luca Fogale | 108k | +1.48% |
| Dustin Tebbutt | 353k | +0.66% |
| Old Sea Brigade | 293k | +1.01% |
| Harrison Storm | 289k | +1.02% |
| Charlie Cunningham | 303k | +1.00% |
| Andrew Belle | 513k | +1.13% |
| Rhodes | 272k | +1.15% |
| Nick Mulvey | 449k | +0.90% |
| Haux | 324k | +0.72% |
| George Ogilvie | 131k | +0.90% |
| Adna | 180k | — |
| Aron Wright | 98k | +1.35% |
| Luke Sital-Singh | 257k | +0.36% |
| David Gray | 1.5M | +0.79% |
| Gregory Alan Isakov | 1.2M | +3.35% |
| Tom Baxter | 81k | — |
| Joe Brooks | 115k | — |
| Joshua Radin | 1.1M | +0.15% |
| Mat Kearney | 849k | +0.30% |
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