| Artist | Listeners | 13-week growth |
|---|---|---|
| The Damned | 805k | +1.47% |
| Heaven 17 | 443k | +0.85% |
| Re-Flex | 82k | +1.68% |
| Ian Dury and the Blockheads | 84k | +0.16% |
| Ian Dury | 204k | +1.48% |
| Adam and the Ants | 250k | +0.09% |
| Plastic Bertrand | 363k | +1.55% |
| The Motors | 70k | — |
| China Crisis | 257k | +1.15% |
| Thompson Twins | 719k | +2.09% |
| Blancmange | 241k | +0.97% |
| ABC | 654k | +0.96% |
| Bow Wow Wow | 452k | +0.78% |
| Altered Images | 240k | +0.85% |
| Adam Ant | 305k | +0.79% |
| Wang Chung | 667k | +2.97% |
| Living in a Box | 187k | +1.27% |
| Level 42 | 553k | +1.43% |
| Fiction Factory | 270k | +2.14% |
| New Musik | 65k | — |
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