| Artist | Listeners | 13-week growth |
|---|---|---|
| Eye | 48k | — |
| Rare Bird | 79k | +0.81% |
| Cressida | 95k | — |
| Camel | 602k | +1.92% |
| Beggars Opera | 54k | — |
| Gentle Giant | 437k | +1.22% |
| May | 77k | — |
| Van der Graaf Generator | 295k | +0.75% |
| Renaissance | 210k | +1.29% |
| Genesis | 2.1M | +1.61% |
| Procol Harum | 817k | +0.88% |
| Caravan | 291k | +0.95% |
| Barclay James Harvest | 223k | +0.65% |
| Wings | 1.4M | +1.69% |
| Jethro Tull | 1.5M | +0.72% |
| Focus | 504k | +1.11% |
| Atomic Rooster | 172k | +0.50% |
| Captain Beyond | 94k | +1.83% |
| Yes | 2.0M | +2.03% |
| Family | 107k | +0.81% |
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