| Artist | Listeners | 13-week growth |
|---|---|---|
| Henry Cow | 81k | +0.50% |
| Fred Frith | 65k | +0.73% |
| Devil Doll | 56k | — |
| Soft Machine | 315k | +1.01% |
| Kevin Ayers | 181k | — |
| Hatfield and the North | 59k | +0.12% |
| Robert Wyatt | 292k | +0.75% |
| The Red Krayola | 65k | +0.47% |
| Magma | 179k | +1.23% |
| Cardiacs | 61k | +3.46% |
| The Residents | 325k | +0.75% |
| Gong | 300k | +0.96% |
| Faust | 306k | +1.79% |
| Caravan | 291k | +0.95% |
| Area | 108k | — |
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