| Artist | Listeners | 13-week growth |
|---|---|---|
| Rialto | 84k | — |
| Sleeper | 317k | +0.85% |
| Jack | 58k | — |
| Cousteau | 48k | — |
| Silver Sun | 27k | — |
| Geneva | 74k | — |
| Menswear | 82k | +0.94% |
| The Divine Comedy | 463k | +0.88% |
| The Charlatans | 710k | +0.72% |
| Salad | 21k | — |
| Suede | 1.1M | +0.84% |
| Longpigs | 181k | +1.01% |
| The Bluetones | 442k | +0.83% |
| Gene | 210k | +1.33% |
| Echobelly | 171k | +0.89% |
| The Supernaturals | 58k | — |
| Mansun | 316k | +0.59% |
| James | 1.0M | +1.01% |
| Babybird | 174k | — |
| Dodgy | 274k | +1.14% |
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