| Artist | Listeners | 13-week growth |
|---|---|---|
| Allan Holdsworth | 148k | — |
| UK | 57k | +0.26% |
| Bill Bruford's Earthworks | 22k | — |
| Brand X | 125k | — |
| Bill Bruford | 71k | — |
| Flash | 41k | — |
| Starcastle | 24k | — |
| Jean-Luc Ponty | 224k | +3.33% |
| John Wetton | 32k | +0.49% |
| Happy the Man | 17k | — |
| Colosseum II | 12k | — |
| Soft Machine | 315k | +1.01% |
| Gentle Giant | 437k | +1.22% |
| Chris Squire | 71k | +6.76% |
| Billy Cobham | 329k | +1.57% |
| Adrian Belew | 117k | — |
| Kraan | 52k | — |
| Hatfield and the North | 59k | +0.12% |
| Return to Forever | 249k | +0.97% |
| Yes | 2.0M | +2.03% |
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