| Artist | Listeners | 13-week growth |
|---|---|---|
| Visage | 575k | +1.34% |
| Blancmange | 241k | +0.97% |
| Heaven 17 | 443k | +0.85% |
| New Musik | 65k | — |
| Thomas Dolby | 482k | +1.09% |
| Peter Godwin | 17k | — |
| The Human League | 1.7M | +1.82% |
| John Foxx | 232k | +0.54% |
| Soft Cell | 2.2M | +1.46% |
| Fad Gadget | 221k | +0.87% |
| Kissing The Pink | 27k | +2.59% |
| Propaganda | 244k | +1.22% |
| Classix Nouveaux | 75k | +0.80% |
| Thompson Twins | 719k | +2.09% |
| Ultravox | 820k | +0.94% |
| ABC | 654k | +0.96% |
| B-Movie | 82k | — |
| Tubeway Army | 233k | +0.84% |
| Rational Youth | 32k | — |
| Magazine | 395k | +1.11% |
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