| Artist | Listeners | 13-week growth |
|---|---|---|
| Deichkind | 425k | +0.38% |
| Schnipo Schranke | 23k | — |
| Madsen | 298k | +0.46% |
| Kraftklub | 243k | +1.82% |
| KAFFKIEZ | 38k | +4.08% |
| Paula Carolina | 49k | — |
| Ohrbooten | 100k | +0.51% |
| Peter Fox | 444k | +0.89% |
| Fettes Brot | 438k | +0.57% |
| Laing | 44k | +0.74% |
| Jan Delay | 351k | +0.41% |
| Laserkraft 3D | 95k | — |
| Beginner | 202k | +0.62% |
| Frittenbude | 158k | — |
| ok.danke.tschüss | 23k | — |
| Die Ärzte | 594k | +0.86% |
| SDP | 191k | +1.62% |
| Die Fantastischen Vier | 428k | +0.68% |
| Alexander Marcus | 67k | — |
| MIA. | 170k | +0.38% |
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