| Artist | Listeners | 13-week growth |
|---|---|---|
| Cristina | 55k | +0.93% |
| Pylon | 167k | +1.74% |
| Fad Gadget | 221k | +0.87% |
| Colin Newman | 75k | +3.20% |
| Section 25 | 133k | +0.95% |
| John Foxx | 232k | +0.54% |
| Solid Space | 103k | — |
| Crash Course in Science | 57k | — |
| Magazine | 395k | +1.11% |
| Swell Maps | 146k | +0.86% |
| New Musik | 65k | — |
| Suburban Lawns | 117k | +1.60% |
| Tuxedomoon | 205k | +0.77% |
| Pete Shelley | 94k | — |
| The Sound | 384k | +2.86% |
| POLYSICS | 146k | — |
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