| Artist | Listeners | 13-week growth |
|---|---|---|
| A Touch of Class | 587k | +10.17% |
| Roy Bee | 344k | +8.90% |
| Me & My | 184k | — |
| Highland | 92k | — |
| Schnuffel | 124k | +8.92% |
| DJ Satomi | 170k | +2.31% |
| Alex C | 55k | — |
| Bambee | 279k | +9.81% |
| Basshunter | 1.4M | +2.85% |
| Caramell | 175k | +2.17% |
| Cascada | 2.4M | +2.56% |
| O-Zone | 869k | +2.34% |
| Groove Coverage | 559k | +0.45% |
| DCX | 77k | — |
| Italobrothers | 556k | +2.42% |
| Планка | 93k | +15.46% |
| Manian | 281k | +2.16% |
| Discotronic | 151k | — |
| Nightcore | 353k | +3.99% |
| Toy-Box | 297k | +5.06% |
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