| Artist | Listeners | 13-week growth |
|---|---|---|
| Manian | 281k | +2.16% |
| DJ Satomi | 170k | +2.31% |
| Fantasy Project feat. NDA | 133k | +8.41% |
| Groove Coverage | 559k | +0.45% |
| Basshunter | 1.4M | +2.85% |
| Boom | 68k | — |
| Italobrothers | 556k | +2.42% |
| Tune Up! | 141k | +0.33% |
| Liz Kay | 94k | — |
| Cascada | 2.4M | +2.56% |
| Special D. | 263k | +1.03% |
| Alina | 154k | +13.34% |
| Master Blaster | 183k | +0.72% |
| Caramell | 175k | +2.17% |
| Baracuda | 200k | +1.46% |
| Dan Winter | 91k | +0.53% |
| 89ers | 107k | +2.18% |
| Bambee | 279k | +9.81% |
| SMiLE.dk | 319k | +8.63% |
| Mangoo | 122k | — |
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