| Artist | Listeners | 13-week growth |
|---|---|---|
| Zayde Wølf | 197k | +1.83% |
| Saint Mesa | 92k | +2.17% |
| Boy Epic | 72k | +2.40% |
| Royal Deluxe | 155k | +2.17% |
| Bryce Fox | 250k | +1.65% |
| Jagwar Twin | 335k | +3.69% |
| Ella Red | 90k | +12.88% |
| Kurt Hugo Schneider | 243k | +1.69% |
| Neovaii | 140k | +7.40% |
| Unlike Pluto | 539k | +2.97% |
| Connor Kauffman | 166k | +4.71% |
| Sarah Cothran | 472k | +2.90% |
| Lola Blanc | 179k | +6.98% |
| Bohnes | 270k | +3.88% |
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