| Artist | Listeners | 13-week growth |
|---|---|---|
| Planet Perfecto | 103k | — |
| Lost Witness | 92k | — |
| Marc Et Claude | 92k | — |
| CRW | 61k | — |
| Alena | 38k | — |
| Hi-Gate | 38k | — |
| DJ Sakin & Friends | 76k | — |
| Humate | 107k | — |
| Matt Darey | 114k | — |
| Binary Finary | 217k | +1.36% |
| York | 277k | +2.63% |
| Yomanda | 46k | — |
| The Age of Love | 51k | — |
| Three Drives | 220k | +0.18% |
| Chakra | 75k | — |
| Grace | 308k | — |
| Rank 1 | 377k | +0.74% |
| Liquid Child | 40k | — |
| Moonman | 37k | — |
| Jan Johnston | 101k | — |
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