| Artist | Listeners | 13-week growth |
|---|---|---|
| Provinz | 94k | +4.05% |
| Bloody Woods | 2.1k | +0.23% |
| RAUM27 | 28k | +6.72% |
| BERQ | 52k | +4.06% |
| Edwin Rosen | 121k | +3.47% |
| Lantlôs | 149k | +1.38% |
| Ennio | 56k | +3.70% |
| Nachtblut | 40k | — |
| Mayberg | 53k | +2.33% |
| Victoria | 264k | +3.44% |
| Zartmann | 93k | +6.26% |
| Jeremias | 106k | +2.52% |
| Ghost Bath | 114k | +1.96% |
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