| Artist | Listeners | 13-week growth |
|---|---|---|
| FARIUS | 44k | +2.01% |
| ilan Bluestone | 104k | +1.23% |
| Tritonal | 449k | +0.99% |
| Audien | 357k | +1.57% |
| Kyau vs. Albert | 173k | +0.02% |
| Seven Lions | 530k | +1.64% |
| Andy Moor | 163k | +0.54% |
| Alpha 9 | 105k | +1.02% |
| Above & Beyond | 865k | +1.01% |
| Andrew Bayer | 196k | +0.71% |
| Sunny Lax | 94k | +0.83% |
| Oliver Smith | 136k | +0.86% |
| Markus Schulz | 379k | +0.35% |
| Trance Wax | 37k | — |
| Cosmic Gate | 476k | +0.89% |
| Alex M.O.R.P.H. | 167k | +0.82% |
| Aly & Fila | 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