| Artist | Listeners | 13-week growth |
|---|---|---|
| Ruusut | 30k | — |
| Modem | 8.6k | — |
| Marsheaux | 142k | +0.81% |
| Empathy Test | 68k | +1.06% |
| The New Division | 138k | — |
| Camouflage | 336k | +1.15% |
| Martin L. Gore | 194k | +0.13% |
| Fragrance | 43k | — |
| The Golden Filter | 255k | — |
| Mesh | 198k | +0.85% |
| Olavi Uusivirta | 67k | — |
| John Foxx | 232k | +0.54% |
| Class Actress | 413k | +2.98% |
| TR/ST | 219k | +2.66% |
| Ari Mason | 34k | — |
| Big Black Delta | 222k | +2.15% |
| Marnie | 39k | +0.91% |
| Movement | 215k | — |
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