| Artist | Listeners | 13-week growth |
|---|---|---|
| Mike Candys | 247k | +1.48% |
| Marc Korn | 91k | +3.21% |
| Klaas | 342k | +1.27% |
| Ofenbach | 609k | +2.31% |
| Global Deejays | 423k | +1.12% |
| Laidback Luke | 423k | +1.30% |
| moonlght | 163k | +20.05% |
| Martin Solveig | 1.5M | +2.58% |
| DJ Antoine | 667k | +1.55% |
| Kungs | 903k | +3.23% |
| ACRAZE | 511k | +1.78% |
| Bodybangers | 113k | — |
| Bingo Players | 673k | +1.56% |
| R3hab | 961k | +1.63% |
| Tujamo | 344k | +1.34% |
| Dimitri Vegas & Like Mike | 878k | +2.78% |
| Fedde Le Grand | 755k | +0.88% |
| Alex Gaudino | 1.0M | +2.18% |
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