| Artist | Listeners | 13-week growth |
|---|---|---|
| Zhi-Vago | 29k | — |
| DJ Panda | 28k | — |
| Robert Miles | 1.0M | +3.12% |
| Jam & Spoon | 218k | — |
| Dance 2 Trance | 59k | — |
| Push | 260k | +1.12% |
| DJ Quicksilver | 204k | +0.62% |
| DJ Aligator | 133k | +0.22% |
| ATB | 1.4M | +2.09% |
| DJ Sakin & Friends | 76k | — |
| Future Breeze | 85k | +0.66% |
| DJ Shog | 187k | +0.44% |
| Ayla | 233k | +1.88% |
| The Soundlovers | 44k | — |
| Brooklyn Bounce | 244k | +0.49% |
| York | 277k | +2.63% |
| 4 Strings | 421k | +0.88% |
| WestBam | 170k | — |
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