| Artist | Listeners | 13-week growth |
|---|---|---|
| Crack the Sky | 13k | — |
| Gnidrolog | 13k | — |
| UK | 57k | +0.26% |
| Carmen | 67k | — |
| Hatfield and the North | 59k | +0.12% |
| Gentle Giant | 437k | +1.22% |
| Kaipa | 30k | — |
| Magma | 179k | +1.23% |
| Camel | 602k | +1.92% |
| Keith Emerson | 84k | +0.45% |
| Renaissance | 210k | +1.29% |
| Focus | 504k | +1.11% |
| Bo Hansson | 58k | — |
| Steve Hackett | 223k | +0.60% |
| Bruford | 19k | — |
| Soft Machine | 315k | +1.01% |
| Gong | 300k | +0.96% |
| Carpe Diem | 21k | — |
| Premiata Forneria Marconi | 128k | +0.87% |
| Brand X | 125k | — |
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