| Artist | Listeners | 13-week growth |
|---|---|---|
| Softcult | 269k | +3.49% |
| Black Honey | 229k | +1.11% |
| Florence Road | 320k | +0.83% |
| Wolf Alice | 1.3M | +3.82% |
| Crawlers | 286k | +3.08% |
| Courting | 89k | — |
| NewDad | 542k | +7.99% |
| Overpass | 58k | — |
| Lime Garden | 186k | +8.56% |
| Been Stellar | 129k | — |
| Wunderhorse | 406k | +6.19% |
| The Royston Club | 99k | +14.91% |
| Bleech 9:3 | 29k | — |
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