| Artist | Listeners | 13-week growth |
|---|---|---|
| Nothing But Thieves | 1.1M | +3.29% |
| King Hannah | 130k | +1.69% |
| Twin Atlantic | 300k | +0.58% |
| Highly Suspect | 444k | +2.58% |
| Boston Manor | 261k | +2.92% |
| Black Rebel Motorcycle Club | 1.6M | +0.43% |
| Red Vox | 147k | +2.51% |
| dEUS | 441k | +0.61% |
| The Rare Occasions | 1.3M | +6.97% |
| The Music | 393k | +0.33% |
| Course Of Nature | 157k | — |
| The Vines | 1.4M | +0.53% |
| Wunderhorse | 406k | +6.19% |
| Tempesst | 160k | — |
| Been Stellar | 129k | — |
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