| Artist | Listeners | 13-week growth |
|---|---|---|
| Ultravox | 820k | +0.94% |
| Alison Moyet | 399k | +0.61% |
| Paul Young | 631k | +1.19% |
| Thompson Twins | 719k | +2.09% |
| China Crisis | 257k | +1.15% |
| Orchestral Manoeuvres in the Dark | 1.2M | +1.34% |
| Classix Nouveaux | 75k | +0.80% |
| Nik Kershaw | 528k | +1.41% |
| Blancmange | 241k | +0.97% |
| Feargal Sharkey | 128k | +0.79% |
| Fiction Factory | 270k | +2.14% |
| The Communards | 300k | +1.76% |
| Marc Almond | 184k | — |
| The Human League | 1.7M | +1.82% |
| Howard Jones | 520k | +1.02% |
| Propaganda | 244k | +1.22% |
| Erasure | 1.2M | +1.32% |
| Five Star | 92k | +0.88% |
| John Foxx | 232k | +0.54% |
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