| Artist | Listeners | 13-week growth |
|---|---|---|
| Airwave | 114k | — |
| Pulser | 58k | — |
| Lange | 187k | — |
| Ron van den Beuken | 125k | — |
| Cosmic Gate | 476k | +0.89% |
| York | 277k | +2.63% |
| Max Graham | 121k | — |
| Vincent de Moor | 104k | — |
| Gouryella | 236k | +0.57% |
| Push | 260k | +1.12% |
| Rank 1 | 377k | +0.74% |
| Mauro Picotto | 342k | +0.98% |
| Luminary | 132k | — |
| Signum | 175k | +0.85% |
| System F | 284k | +0.99% |
| Ferry Corsten | 720k | +0.43% |
| Gabriel & Dresden | 245k | +0.38% |
| Talla 2XLC | 124k | — |
| Paul van Dyk | 914k | +0.67% |
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