| Artist | Listeners | 13-week growth |
|---|---|---|
| Blue Foundation | 1.1M | +1.70% |
| Goldfrapp | 2.1M | +0.68% |
| Crustation | 119k | — |
| 21 Hertz | 84k | — |
| Chiasm | 82k | — |
| Collide | 169k | +1.12% |
| Switchblade Symphony | 200k | +1.29% |
| Recoil | 206k | +0.86% |
| Android Lust | 81k | — |
| Emilie Autumn | 385k | +0.51% |
| Ego Likeness | 60k | — |
| London After Midnight | 452k | +3.27% |
| I:Scintilla | 103k | +0.57% |
| How to Destroy Angels | 371k | +1.26% |
| Das Ich | 153k | — |
| Razed in Black | 127k | — |
| Snakeskin | 39k | — |
| Die Form | 123k | — |
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