| Artist | Listeners | 13-week growth |
|---|---|---|
| Wayside | 77k | — |
| Too Close to Touch | 212k | +3.79% |
| Palaye Royale | 526k | +2.18% |
| Scarlet House | 270k | +2.37% |
| Ally Nicholas | 153k | +14.92% |
| Nothing But Thieves | 1.1M | +3.29% |
| cloudyfield | 249k | +6.17% |
| Boston Manor | 261k | +2.92% |
| Framing Hanley | 272k | — |
| Awaken I Am | 145k | +3.76% |
| Holywatr | 153k | +10.20% |
| SWEET SPINE | 219k | +10.21% |
| DEAD POET SOCIETY | 293k | +5.76% |
| CryOutLoud | 74k | +9.60% |
| VIOLENT VIRA | 670k | +6.92% |
| The Haunt | 194k | +5.66% |
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