| Artist | Listeners | 13-week growth |
|---|---|---|
| Electronic | 327k | +1.55% |
| New Order | 3.2M | +1.91% |
| The Other Two | 39k | — |
| The Beloved | 355k | +2.46% |
| Visage | 575k | +1.34% |
| Pet Shop Boys | 2.4M | +2.72% |
| Orchestral Manoeuvres in the Dark | 1.2M | +1.34% |
| The Lightning Seeds | 360k | +1.06% |
| Inspiral Carpets | 291k | +1.14% |
| The Human League | 1.7M | +1.82% |
| Shed Seven | 269k | +0.97% |
| Thompson Twins | 719k | +2.09% |
| Depeche Mode | 4.5M | +1.74% |
| Ultravox | 820k | +0.94% |
| Blancmange | 241k | +0.97% |
| James | 1.0M | +1.01% |
| Camouflage | 336k | +1.15% |
| Joy Division | 3.4M | +1.35% |
| Martin L. Gore | 194k | +0.13% |
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