| Artist | Listeners | 13-week growth |
|---|---|---|
| Subsignal | 53k | — |
| RPWL | 81k | +1.79% |
| Sylvan | 101k | +0.86% |
| Lee Abraham | 8.1k | — |
| Yogi Lang | 57k | — |
| The Black Noodle Project | 38k | — |
| This WInter Machine | 9.3k | — |
| Ray Wilson | 40k | — |
| Huis | 8.4k | — |
| Mystery | 42k | +1.99% |
| Amarok | 26k | +3.20% |
| Anubis | 31k | — |
| Lonely Robot | 17k | — |
| Wolverine | 51k | — |
| Arena | 106k | +0.51% |
| Millenium | 36k | — |
| Anekdoten | 129k | +2.71% |
| Riverside | 496k | +1.17% |
| Votum | 53k | — |
| 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