| Artist | Listeners | 13-week growth |
|---|---|---|
| Panther | 62k | — |
| Kajagoogoo | 506k | +2.18% |
| Thompson Twins | 719k | +2.09% |
| Karma | 252k | +3.95% |
| Belouis Some | 106k | — |
| Paul Young | 631k | +1.19% |
| Frankie Goes to Hollywood | 1.1M | +1.00% |
| Howard Jones | 520k | +1.02% |
| ABC | 654k | +0.96% |
| Go West | 405k | +1.15% |
| Kim Wilde | 1.1M | +1.22% |
| The Blow Monkeys | 196k | +1.51% |
| Dead or Alive | 1.5M | +1.80% |
| Fiction Factory | 270k | +2.14% |
| Alison Moyet | 399k | +0.61% |
| Nik Kershaw | 528k | +1.41% |
| Heaven 17 | 443k | +0.85% |
| Culture Club | 1.4M | +2.05% |
| The Human League | 1.7M | +1.82% |
| Bananarama | 1.1M | +2.20% |
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