| Artist | Listeners | 13-week growth |
|---|---|---|
| It's Immaterial | 47k | — |
| The Lotus Eaters | 44k | — |
| B-Movie | 82k | — |
| The Mighty Lemon Drops | 73k | +2.12% |
| China Crisis | 257k | +1.15% |
| Aztec Camera | 340k | +1.67% |
| Blancmange | 241k | +0.97% |
| Altered Images | 240k | +0.85% |
| Japan | 506k | +0.92% |
| Adam and the Ants | 250k | +0.09% |
| The Colourfield | 48k | — |
| Adam Ant | 305k | +0.79% |
| Fun Boy Three | 184k | +1.03% |
| The Icicle Works | 102k | — |
| Heaven 17 | 443k | +0.85% |
| Fiction Factory | 270k | +2.14% |
| Scritti Politti | 243k | +0.91% |
| ABC | 654k | +0.96% |
| 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