| Artist | Listeners | 13-week growth |
|---|---|---|
| r mccarthy | 155k | +1.83% |
| The Sweet Enoughs | 159k | — |
| Sylvie | 119k | +11.77% |
| Molly Lewis | 260k | +3.91% |
| Triste Janero | 167k | +2.43% |
| Macabre Plaza | 1.1M | +1.36% |
| Walter Wanderley | 358k | +2.94% |
| Chris Cohen | 124k | — |
| Dutch Interior | 156k | +6.08% |
| Drugdealer | 676k | +3.74% |
| Oracle Sisters | 305k | +3.21% |
| Mac DeMarco | 3.4M | +3.24% |
| Cut Worms | 127k | +2.24% |
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