| Artist | Listeners | 13-week growth |
|---|---|---|
| Lordi | 582k | +0.64% |
| Lizot | 237k | +1.76% |
| Vinai | 246k | +1.37% |
| Basshunter | 1.4M | +2.85% |
| Manian | 281k | +2.16% |
| Italobrothers | 556k | +2.42% |
| Baracuda | 200k | +1.46% |
| DCX | 77k | — |
| DJ Satomi | 170k | +2.31% |
| K-391 | 274k | +2.23% |
| DJ Splash | 95k | — |
| LUM!X | 262k | +12.96% |
| W&W | 565k | +2.43% |
| Marnik | 261k | +2.38% |
| Klaas | 342k | +1.27% |
| 2 Brothers on the 4th Floor | 254k | +2.41% |
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