| Artist | Listeners | 13-week growth |
|---|---|---|
| Aes Dana | 177k | +0.33% |
| Asura | 197k | +0.40% |
| H.U.V.A. Network | 134k | — |
| Cell | 146k | +0.52% |
| Sync24 | 110k | +0.72% |
| Sundial | 183k | +1.32% |
| Solar Fields | 387k | +0.77% |
| Circular | 37k | — |
| Carbon Based Lifeforms | 447k | +0.56% |
| Miktek | 30k | — |
| Martin Nonstatic | 18k | — |
| Tripswitch | 133k | — |
| Vibrasphere | 221k | +0.29% |
| Healer | 54k | +15.44% |
| Younger Brother | 226k | +0.61% |
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