| Artist | Listeners | 13-week growth |
|---|---|---|
| Machinedrum | 476k | +1.11% |
| Two Lone Swordsmen | 236k | — |
| Mira Calix | 103k | — |
| µ-Ziq | 418k | +2.23% |
| Plaid | 566k | +0.64% |
| Jackson and His Computer Band | 103k | — |
| Clark | 616k | +1.73% |
| Autechre | 809k | +1.38% |
| Prefuse 73 | 602k | +0.44% |
| LFO | 442k | +1.73% |
| Actress | 480k | +0.87% |
| B12 | 107k | +0.96% |
| DMX Krew | 151k | — |
| Kero | 23k | — |
| Arca | 826k | +3.21% |
| Sweet Exorcist | 22k | — |
| Hudson Mohawke | 580k | +1.50% |
| The Flashbulb | 453k | — |
| Brothomstates | 78k | — |
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