| Artist | Listeners | 13-week growth |
|---|---|---|
| Soft Cell | 2.2M | +1.46% |
| Marc and the Mambas | 12k | — |
| Red Box | 50k | — |
| B-Movie | 82k | — |
| Anne Clark | 163k | +0.82% |
| Toyah | 41k | — |
| The Human League | 1.7M | +1.82% |
| Visage | 575k | +1.34% |
| Andy Bell | 108k | +0.59% |
| Blancmange | 241k | +0.97% |
| Ultravox | 820k | +0.94% |
| Heaven 17 | 443k | +0.85% |
| Fad Gadget | 221k | +0.87% |
| John Foxx | 232k | +0.54% |
| Boy George | 204k | +0.95% |
| ABC | 654k | +0.96% |
| Orchestral Manoeuvres in the Dark | 1.2M | +1.34% |
| Alison Moyet | 399k | +0.61% |
| Erasure | 1.2M | +1.32% |
| Japan | 506k | +0.92% |
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