| Artist | Listeners | 13-week growth |
|---|---|---|
| Musicology | 33k | +1.49% |
| I.A.O. | 24k | — |
| Dr Alex Paterson | 18k | — |
| Mira Calix | 103k | — |
| Speedy J | 150k | +1.98% |
| B12 | 107k | +0.96% |
| Mike & Rich | 100k | +1.17% |
| Link | 54k | — |
| Balil | 36k | — |
| Polygon Window | 220k | +2.93% |
| Aphex Twin | 3.1M | +1.80% |
| Plaid | 566k | +0.64% |
| Squarepusher | 971k | +0.96% |
| µ-Ziq | 418k | +2.23% |
| Brothomstates | 78k | — |
| Jega | 116k | +0.59% |
| Autechre | 809k | +1.38% |
| LFO | 442k | +1.73% |
| The Higher Intelligence Agency | 52k | +0.36% |
| Beaumont Hannant | 28k | — |
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