| Artist | Listeners | 13-week growth |
|---|---|---|
| Coffee Stain | 43k | +11.53% |
| the apology club | 54k | +9.64% |
| Dissonance | 45k | — |
| woodpecc | 64k | +1.28% |
| Note to Self | 27k | +15.97% |
| giving a butterfly a skeleton | 97k | +5.49% |
| gone like summer | 64k | +12.52% |
| Hold | 164k | +5.69% |
| fairies in our house | 145k | +3.21% |
| i talk about you all the time | 30k | +17.21% |
| Sweet Boy | 195k | +9.61% |
| miserable teens club | 104k | +7.03% |
| Nitrous | 3.5k | — |
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