| Artist | Listeners | 13-week growth |
|---|---|---|
| AVRALIZE | 38k | +8.05% |
| Kingdom of Giants | 134k | +3.47% |
| Acres | 100k | +3.18% |
| ACCVSED | 27k | +8.79% |
| Resolve | 71k | +3.95% |
| Our Promise | 65k | +4.55% |
| Ocean Grove | 128k | +3.47% |
| DreamWake | 34k | +3.90% |
| Limbs | 31k | — |
| Elwood Stray | 62k | +3.17% |
| Normandie | 156k | +3.30% |
| Levels | 32k | +6.55% |
| Windwaker | 84k | +4.84% |
| Wind Walkers | 159k | +6.11% |
| Thousand Below | 116k | +3.79% |
| Vianova | 54k | +13.71% |
| Half Me | 48k | +8.49% |
| LANDMVRKS | 235k | +3.79% |
| Parting Gift | 37k | — |
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