| Artist | Listeners | 13-week growth |
|---|---|---|
| Kraftklub | 243k | +1.82% |
| Kummer | 78k | +2.18% |
| Casper | 247k | — |
| Marteria | 270k | +1.42% |
| Danger Dan | 65k | +5.57% |
| Alligatoah | 195k | +1.86% |
| Die Orsons | 86k | — |
| Prinz Pi | 147k | — |
| Maeckes | 67k | — |
| Conny | 25k | — |
| Deichkind | 425k | +0.38% |
| K.I.Z. | 178k | +0.03% |
| Antilopen Gang | 54k | — |
| Frittenbude | 158k | — |
| Maxim | 126k | — |
| Yu | 61k | — |
| Left Boy | 109k | +0.81% |
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