| Artist | Listeners | 13-week growth |
|---|---|---|
| DMX Krew | 151k | — |
| The Black Dog | 266k | +1.68% |
| Boards of Canada | 2.1M | +2.30% |
| Plaid | 566k | +0.64% |
| Freescha | 100k | — |
| Clark | 616k | +1.73% |
| AFX | 354k | +1.27% |
| µ-Ziq | 418k | +2.23% |
| Loess | 59k | — |
| brainwaltzera | 42k | — |
| Casino Versus Japan | 404k | +1.28% |
| Arovane | 267k | +0.52% |
| Ochre | 202k | +0.66% |
| Milieu | 44k | — |
| Kettel | 245k | — |
| Squarepusher | 971k | +0.96% |
| Seefeel | 261k | +1.88% |
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