| Artist | Listeners | 13-week growth |
|---|---|---|
| Abakus | 192k | +0.88% |
| Zero Cult | 85k | — |
| Bluetech | 189k | — |
| Sundial Aeon | 46k | — |
| Vibrasphere | 221k | +0.29% |
| Asura | 197k | +0.40% |
| Tripswitch | 133k | — |
| Aes Dana | 177k | +0.33% |
| Cell | 146k | +0.52% |
| Astropilot | 89k | +2.22% |
| Carbon Based Lifeforms | 447k | +0.56% |
| Sync24 | 110k | +0.72% |
| H.U.V.A. Network | 134k | — |
| Man Of No Ego | 18k | — |
| Healer | 54k | +15.44% |
| Joey Fehrenbach | 96k | — |
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