| Artist | Listeners | 13-week growth |
|---|---|---|
| Flash and the Pan | 130k | — |
| Classix Nouveaux | 75k | +0.80% |
| Gruppo Sportivo | 24k | — |
| Hazel O'Connor | 61k | — |
| It's Immaterial | 47k | — |
| Anne Clark | 163k | +0.82% |
| Spliff | 87k | +1.03% |
| Joe Jackson | 679k | +1.03% |
| Japan | 506k | +0.92% |
| ABC | 654k | +0.96% |
| Simple Minds | 2.1M | +1.95% |
| Fehlfarben | 110k | +0.96% |
| Fine Young Cannibals | 844k | +1.85% |
| The Fixx | 381k | +1.39% |
| The Stranglers | 1.8M | +3.50% |
| Fad Gadget | 221k | +0.87% |
| The Call | 62k | — |
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