| Artist | Listeners | 13-week growth |
|---|---|---|
| Orchestral Manoeuvres in the Dark | 1.2M | +1.34% |
| Erasure | 1.2M | +1.32% |
| Electronic | 327k | +1.55% |
| Ultravox | 820k | +0.94% |
| Martin L. Gore | 194k | +0.13% |
| Propaganda | 244k | +1.22% |
| Blancmange | 241k | +0.97% |
| The Human League | 1.7M | +1.82% |
| Pet Shop Boys | 2.4M | +2.72% |
| Dave Gahan | 336k | +0.37% |
| Yazoo | 955k | +1.91% |
| Mesh | 198k | +0.85% |
| Anything Box | 49k | — |
| Boytronic | 79k | — |
| De/Vision | 203k | +0.52% |
| Camouflage | 336k | +1.15% |
| John Foxx | 232k | +0.54% |
| Howard Jones | 520k | +1.02% |
| Future Islands | 881k | +1.42% |
| Invent Animate | 139k | +6.27% |
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