| Artist | Listeners | 13-week growth |
|---|---|---|
| Lange | 187k | — |
| iiO | 388k | — |
| The Thrillseekers | 232k | — |
| System F | 284k | +0.99% |
| Lost Witness | 92k | — |
| Fragma | 499k | +0.89% |
| Kamaya Painters | 140k | — |
| 4 Strings | 421k | +0.88% |
| Gouryella | 236k | +0.57% |
| Andain | 297k | +0.54% |
| Push | 260k | +1.12% |
| York | 277k | +2.63% |
| Ian van Dahl | 475k | +0.95% |
| Dee Dee | 65k | — |
| Chicane | 835k | +0.92% |
| Rank 1 | 377k | +0.74% |
| Alice Deejay | 1.2M | +3.97% |
| The Space Brothers | 73k | +1.82% |
| Veracocha | 187k | — |
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