| Artist | Listeners | 13-week growth |
|---|---|---|
| Adrian Belew | 117k | — |
| King Crimson | 1.3M | +2.27% |
| Robert Fripp | 203k | +1.94% |
| No-Man | 132k | +0.35% |
| Spock's Beard | 175k | +0.31% |
| Soft Machine | 315k | +1.01% |
| Allan Holdsworth | 148k | — |
| Gentle Giant | 437k | +1.22% |
| Bill Bruford | 71k | — |
| Atomic Rooster | 172k | +0.50% |
| UK | 57k | +0.26% |
| Big Big Train | 49k | +1.12% |
| Steve Hackett | 223k | +0.60% |
| Peter Hammill | 103k | — |
| Jon Anderson | 121k | +0.65% |
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