| Artist | Listeners | 13-week growth |
|---|---|---|
| Smash | 61k | — |
| Utopia | 98k | — |
| DelinQuent | 120k | +1.42% |
| Cressida | 95k | — |
| Caravan | 291k | +0.95% |
| Captain Beyond | 94k | +1.83% |
| Fantasy | 58k | — |
| Sahara | 34k | — |
| Nektar | 171k | +3.64% |
| Atomic Rooster | 172k | +0.50% |
| Wishbone Ash | 353k | +0.89% |
| High Tide | 54k | — |
| Hatfield and the North | 59k | +0.12% |
| Gong | 300k | +0.96% |
| Amon Düül II | 197k | +0.81% |
| Van der Graaf Generator | 295k | +0.75% |
| Renaissance | 210k | +1.29% |
| Curved Air | 88k | +1.27% |
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