| Artist | Listeners | 13-week growth |
|---|---|---|
| China Crisis | 257k | +1.15% |
| Fiction Factory | 270k | +2.14% |
| Blancmange | 241k | +0.97% |
| Holly Johnson | 45k | — |
| The Belle Stars | 82k | — |
| Jermaine Stewart | 178k | +1.80% |
| Heaven 17 | 443k | +0.85% |
| Climie Fisher | 152k | +1.50% |
| ABC | 654k | +0.96% |
| Kajagoogoo | 506k | +2.18% |
| Thompson Twins | 719k | +2.09% |
| Re-Flex | 82k | +1.68% |
| Freur | 56k | — |
| The Dream Academy | 311k | +3.51% |
| Howard Jones | 520k | +1.02% |
| The Assembly | 32k | — |
| Altered Images | 240k | +0.85% |
| The Blow Monkeys | 196k | +1.51% |
| General Public | 150k | +2.13% |
| Red Rockers | 18k | — |
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