| Artist | Listeners | 13-week growth |
|---|---|---|
| GAK | 51k | — |
| Caustic Window | 68k | +0.23% |
| Mike & Rich | 100k | +1.17% |
| Mescalinum United | 39k | — |
| AFX | 354k | +1.27% |
| Polygon Window | 220k | +2.93% |
| Aphex Twin | 3.1M | +1.80% |
| The Tuss | 81k | +0.39% |
| µ-Ziq | 418k | +2.23% |
| LFO | 442k | +1.73% |
| Musicology | 33k | +1.49% |
| Squarepusher | 971k | +0.96% |
| Autechre | 809k | +1.38% |
| Venetian Snares | 579k | +0.99% |
| Kid Spatula | 64k | — |
| Jake Slazenger | 13k | — |
| Speedy J | 150k | +1.98% |
| Clark | 616k | +1.73% |
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