| Artist | Listeners | 13-week growth |
|---|---|---|
| Wunderhorse | 406k | +6.19% |
| Hinds | 269k | +1.46% |
| MALICE K | 80k | — |
| Fontaines D.C. | 1.2M | +8.14% |
| Inhaler | 553k | +3.32% |
| English Teacher | 187k | +3.21% |
| swim school | 92k | — |
| King Hannah | 130k | +1.69% |
| Overpass | 58k | — |
| Courting | 89k | — |
| Man/Woman/Chainsaw | 60k | — |
| The Royston Club | 99k | +14.91% |
| Horsegirl | 188k | +3.76% |
| Porridge Radio | 186k | +0.95% |
| Wishy | 121k | +10.16% |
| Bleech 9:3 | 29k | — |
| Sorry | 317k | +1.63% |
| Sprints | 119k | — |
| Cola | 179k | +3.64% |
| junodream | 210k | — |
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