| Artist | Listeners | 13-week growth |
|---|---|---|
| Desert Dwellers | 91k | — |
| Ishq | 125k | — |
| Afterlife | 481k | — |
| Kaya Project | 136k | — |
| Hibernation | 39k | — |
| Tripswitch | 133k | — |
| Cell | 146k | +0.52% |
| Sounds from the Ground | 130k | — |
| H.U.V.A. Network | 134k | — |
| Bluetech | 189k | — |
| Aes Dana | 177k | +0.33% |
| Pitch Black | 99k | — |
| Solar Fields | 387k | +0.77% |
| Eguana | 30k | +0.06% |
| Ott | 243k | — |
| Sync24 | 110k | +0.72% |
| Healer | 54k | +15.44% |
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