| Artist | Listeners | 13-week growth |
|---|---|---|
| Section 25 | 133k | +0.95% |
| New Order | 3.2M | +1.91% |
| Antena | 190k | — |
| China Crisis | 257k | +1.15% |
| Anna Domino | 96k | +2.92% |
| The Railway Children | 36k | — |
| Azymuth | 433k | +2.29% |
| The Names | 56k | +1.12% |
| Sandro Brugnolini | 130k | +6.17% |
| Martha and the Muffins | 205k | +1.47% |
| The Style Council | 416k | +1.10% |
| The Pale Fountains | 92k | +1.52% |
| Altered Images | 240k | +0.85% |
| Piero Umiliani | 663k | +3.41% |
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