| Artist | Listeners | 13-week growth |
|---|---|---|
| New Order | 3.2M | +1.91% |
| Electronic | 327k | +1.55% |
| Monaco | 148k | — |
| Pet Shop Boys | 2.4M | +2.72% |
| Peter Hook and the Light | 13k | — |
| Orchestral Manoeuvres in the Dark | 1.2M | +1.34% |
| Joy Division | 3.4M | +1.35% |
| Saint Etienne | 982k | +5.02% |
| Erasure | 1.2M | +1.32% |
| Depeche Mode | 4.5M | +1.74% |
| Thompson Twins | 719k | +2.09% |
| Kissing The Pink | 27k | +2.59% |
| Martin L. Gore | 194k | +0.13% |
| Underworld | 1.7M | +2.32% |
| China Crisis | 257k | +1.15% |
| Blancmange | 241k | +0.97% |
| Heaven 17 | 443k | +0.85% |
| Section 25 | 133k | +0.95% |
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