| Artist | Listeners | 13-week growth |
|---|---|---|
| Steve Hillage | 88k | — |
| Brainticket | 74k | +0.66% |
| Gong | 300k | +0.96% |
| Nektar | 171k | +3.64% |
| Hawkwind | 398k | — |
| The West Coast Pop Art Experimental Band | 333k | +2.29% |
| Eloy | 464k | +11.57% |
| Arzachel | 71k | — |
| Focus | 504k | +1.11% |
| Amon Düül II | 197k | +0.81% |
| It's A Beautiful Day | 87k | — |
| Traffic | 636k | +1.17% |
| Aphrodite's Child | 303k | — |
| Ultimate Spinach | 139k | +1.65% |
| Can | 855k | +1.53% |
| Colour Haze | 177k | — |
| The Chocolate Watch Band | 71k | — |
| Spirit | 289k | +1.16% |
| The Savage Rose | 25k | — |
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