| Artist | Listeners | 13-week growth |
|---|---|---|
| Mike Mareen | 41k | +1.12% |
| Den Harrow | 74k | +0.87% |
| Boytronic | 79k | — |
| Fancy | 186k | +4.04% |
| Silent Circle | 109k | +2.21% |
| Gazebo | 180k | +1.08% |
| Trans-X | 106k | — |
| Bad Boys Blue | 254k | +1.85% |
| Camouflage | 336k | +1.15% |
| Visage | 575k | +1.34% |
| The Flirts | 100k | +2.67% |
| Lime | 105k | — |
| Denis & Denis | 29k | — |
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