| Artist | Listeners | 13-week growth |
|---|---|---|
| Kamaya Painters | 140k | — |
| James | 1.0M | +1.01% |
| Longpigs | 181k | +1.01% |
| Suede | 1.1M | +0.84% |
| Echobelly | 171k | +0.89% |
| Gene | 210k | +1.33% |
| The La's | 1.5M | +2.29% |
| Salt Tank | 132k | — |
| Rialto | 84k | — |
| The Dandys | 1.8k | — |
| Ash | 956k | +1.20% |
| Jan Johnston | 101k | — |
| The Wonder Stuff | 159k | +0.56% |
| Tiësto | 2.8M | +1.76% |
| Supergrass | 1.9M | +2.66% |
| Airwave | 114k | — |
| Three Drives | 220k | +0.18% |
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