| Artist | Listeners | 13-week growth |
|---|---|---|
| Wishbone Ash | 353k | +0.89% |
| Atomic Rooster | 172k | +0.50% |
| Captain Beyond | 94k | +1.83% |
| Focus | 504k | +1.11% |
| Lucifer's Friend | 58k | — |
| Uriah Heep | 803k | +0.46% |
| Argent | 143k | +0.62% |
| Gentle Giant | 437k | +1.22% |
| Titanic | 76k | — |
| Babe Ruth | 111k | — |
| Renaissance | 210k | +1.29% |
| Van der Graaf Generator | 295k | +0.75% |
| Camel | 602k | +1.92% |
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