| Artist | Listeners | 13-week growth |
|---|---|---|
| Luminary | 132k | — |
| Reflekt | 177k | +5.38% |
| Motorcycle | 315k | — |
| iiO | 388k | — |
| Andain | 297k | +0.54% |
| ATB | 1.4M | +2.09% |
| Kamaya Painters | 140k | — |
| Paul van Dyk | 914k | +0.67% |
| Tiësto | 2.8M | +1.76% |
| Freemasons | 273k | +0.98% |
| Karen Overton | 108k | — |
| Dash Berlin | 452k | +0.62% |
| OceanLab | 284k | +0.30% |
| Three Drives | 220k | +0.18% |
| Ferry Corsten | 720k | +0.43% |
| Serge Devant | 101k | — |
| Late Night Alumni | 281k | +0.51% |
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