| Artist | Listeners | 13-week growth |
|---|---|---|
| Fischer-Z | 89k | — |
| The Easybeats | 282k | — |
| Spliff | 87k | +1.03% |
| Greg Kihn Band | 61k | +0.60% |
| Simple Minds | 2.1M | +1.95% |
| Fine Young Cannibals | 844k | +1.85% |
| Icehouse | 267k | +1.66% |
| Laid Back | 374k | +1.60% |
| Thompson Twins | 719k | +2.09% |
| Propaganda | 244k | +1.22% |
| Dexys Midnight Runners | 1.4M | +4.36% |
| ABC | 654k | +0.96% |
| Frankie Goes to Hollywood | 1.1M | +1.00% |
| Sniff 'n' the Tears | 165k | — |
| Blancmange | 241k | +0.97% |
| The Fixx | 381k | +1.39% |
| Belouis Some | 106k | — |
| Heaven 17 | 443k | +0.85% |
| Howard Jones | 520k | +1.02% |
| Colourbox | 92k | +1.96% |
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