| Artist | Listeners | 13-week growth |
|---|---|---|
| Sync24 | 110k | +0.72% |
| Zero Cult | 85k | — |
| Abakus | 192k | +0.88% |
| Cell | 146k | +0.52% |
| Bluetech | 189k | — |
| Circular | 37k | — |
| Sundial Aeon | 46k | — |
| H.U.V.A. Network | 134k | — |
| State Azure | 38k | +2.72% |
| Robert Rich | 151k | +0.87% |
| Hibernation | 39k | — |
| Tripswitch | 133k | — |
| Zen Baboon | 18k | — |
| Aes Dana | 177k | +0.33% |
| Desert Dwellers | 91k | — |
| Carbon Based Lifeforms | 447k | +0.56% |
| Data Rebel | 14k | — |
| Subheim | 91k | — |
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