| Artist | Listeners | 13-week growth |
|---|---|---|
| ZSK | 93k | +1.01% |
| Feine Sahne Fischfilet | 61k | +1.86% |
| Slime | 122k | +0.51% |
| Sondaschule | 47k | +1.45% |
| Wizo | 199k | +0.45% |
| Dritte Wahl | 76k | +0.40% |
| Rogers | 17k | — |
| Alarmsignal | 22k | +0.05% |
| Kotzreiz | 19k | +2.80% |
| Broilers | 118k | +0.76% |
| Donots | 302k | +0.63% |
| Adam Angst | 22k | +1.05% |
| Betontod | 50k | +0.94% |
| Montreal | 46k | +1.39% |
| The Leftovers | 35k | — |
| Die Ärzte | 594k | +0.86% |
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