| Artist | Listeners | 13-week growth |
|---|---|---|
| Eighth Wonder | 59k | +0.94% |
| Holly Johnson | 45k | — |
| Boy George | 204k | +0.95% |
| Climie Fisher | 152k | +1.50% |
| The Blow Monkeys | 196k | +1.51% |
| Limahl | 381k | +2.23% |
| Terence Trent D'Arby | 406k | +0.07% |
| Simply Red | 1.4M | +2.33% |
| Kim Wilde | 1.1M | +1.22% |
| Raf | 139k | +2.03% |
| Curiosity Killed the Cat | 69k | +1.64% |
| Living in a Box | 187k | +1.27% |
| Gazebo | 180k | +1.08% |
| The Communards | 300k | +1.76% |
| Fra Lippo Lippi | 71k | — |
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