| Artist | Listeners | 13-week growth |
|---|---|---|
| Fischer-Z | 89k | — |
| Earth and Fire | 23k | +0.46% |
| The Stranglers | 1.8M | +3.50% |
| Joe Jackson | 679k | +1.03% |
| The Jam | 1.3M | +0.91% |
| XTC | 1.0M | +1.42% |
| Split Enz | 215k | +1.37% |
| Nick Lowe | 375k | +1.05% |
| Squeeze | 730k | +1.34% |
| Propaganda | 244k | +1.22% |
| Elvis Costello & The Attractions | 754k | +0.91% |
| Ian Dury | 204k | +1.48% |
| The Motors | 70k | — |
| Lloyd Cole and The Commotions | 199k | +0.92% |
| Elvis Costello | 1.3M | +0.69% |
| Heaven 17 | 443k | +0.85% |
| Bryan Ferry | 834k | +1.55% |
| The Pretenders | 783k | +0.20% |
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