| Artist | Listeners | 13-week growth |
|---|---|---|
| Weval | 293k | +1.54% |
| Max Cooper | 317k | +1.87% |
| Ital Tek | 201k | +1.22% |
| The Black Dog | 266k | +1.68% |
| Modeselektor | 626k | +0.49% |
| Phon.o | 78k | — |
| Clark | 616k | +1.73% |
| Rival Consoles | 364k | +1.55% |
| Moderat | 753k | +1.08% |
| Lusine | 360k | +0.99% |
| Lorn | 580k | +1.70% |
| Hidden Orchestra | 268k | — |
| Ishome | 88k | +2.51% |
| FaltyDL | 187k | +0.62% |
| Nathan Fake | 384k | +0.76% |
| Apparat | 834k | +0.81% |
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