| Artist | Listeners | 13-week growth |
|---|---|---|
| BBE | 139k | — |
| DJ Quicksilver | 204k | +0.62% |
| Gouryella | 236k | +0.57% |
| 666 | 197k | +1.39% |
| Sash! | 598k | +2.10% |
| U96 | 409k | +6.37% |
| Brooklyn Bounce | 244k | +0.49% |
| Binary Finary | 217k | +1.36% |
| RMB | 110k | +1.19% |
| Mauro Picotto | 342k | +0.98% |
| Members of Mayday | 144k | — |
| Darude | 1.3M | +1.76% |
| System F | 284k | +0.99% |
| Future Breeze | 85k | +0.66% |
| Basic Element | 180k | +0.70% |
| Robert Miles | 1.0M | +3.12% |
| Ayla | 233k | +1.88% |
| Plastic Boy | 38k | — |
| Cappella | 181k | +1.26% |
| Alice Deejay | 1.2M | +3.97% |
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