| Artist | Listeners | 13-week growth |
|---|---|---|
| The Black Noodle Project | 38k | — |
| Steve Rothery | 16k | +3.23% |
| RPWL | 81k | +1.79% |
| Amarok | 26k | +3.20% |
| Blind Ego | 28k | — |
| Ray Wilson | 40k | — |
| Sylvan | 101k | +0.86% |
| Lee Abraham | 8.1k | — |
| Mystery | 42k | +1.99% |
| Cosmograf | 11k | — |
| This WInter Machine | 9.3k | — |
| Bjørn Riis | 22k | +1.56% |
| Huis | 8.4k | — |
| Blackfield | 315k | +0.41% |
| Unitopia | 34k | — |
| Jadis | 16k | — |
| Subsignal | 53k | — |
| Bruce Soord | 32k | — |
| Steven Wilson | 356k | +1.10% |
| Phideaux | 72k | — |
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