| Artist | Listeners | 13-week growth |
|---|---|---|
| Agnelli & Nelson | 103k | — |
| Lange | 187k | — |
| Veracocha | 187k | — |
| York | 277k | +2.63% |
| Alena | 38k | — |
| The Space Brothers | 73k | +1.82% |
| Signum | 175k | +0.85% |
| System F | 284k | +0.99% |
| Liquid Child | 40k | — |
| Rapid Eye | 38k | — |
| Push | 260k | +1.12% |
| CRW | 61k | — |
| Gouryella | 236k | +0.57% |
| iiO | 388k | — |
| Matt Darey | 114k | — |
| Planet Perfecto | 103k | — |
| Ayla | 233k | +1.88% |
| Binary Finary | 217k | +1.36% |
| Jes | 180k | — |
| Plummet | 57k | — |
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