| Artist | Listeners | 13-week growth |
|---|---|---|
| Travis | 2.1M | +0.57% |
| Starsailor | 975k | +0.65% |
| James | 1.0M | +1.01% |
| Mushmellow | 63k | +0.32% |
| Puressence | 83k | — |
| Des Rocs | 304k | +2.89% |
| Thirteen Senses | 660k | +0.44% |
| Rialto | 84k | — |
| The Lightning Seeds | 360k | +1.06% |
| Catatonia | 293k | +1.35% |
| Prime Circle | 51k | +0.60% |
| Madrugada | 296k | +1.45% |
| Aranda | 80k | — |
| The Pale White | 115k | — |
| The Rasmus | 1.2M | +1.32% |
| Scars on Broadway | 493k | +0.05% |
| Hypnogaja | 133k | +1.26% |
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