| Artist | Listeners | 13-week growth |
|---|---|---|
| T2 | 186k | — |
| Atomic Rooster | 172k | +0.50% |
| Asia | 822k | +2.08% |
| Flower Travellin' Band | 74k | — |
| Captain Beyond | 94k | +1.83% |
| Mystery | 42k | +1.99% |
| Kayak | 48k | +1.53% |
| Camel | 602k | +1.92% |
| Spring | 35k | — |
| Curved Air | 88k | +1.27% |
| Steve Hackett | 223k | +0.60% |
| Fantasy | 58k | — |
| IQ | 105k | +1.48% |
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