| Artist | Listeners | 13-week growth |
|---|---|---|
| Via Luna | 106k | +4.23% |
| Parachute Day | 62k | — |
| Stage Kids | 112k | +2.05% |
| Enemies | 89k | — |
| Just Neighbors | 54k | — |
| Monobody | 74k | +2.77% |
| Floral | 123k | +2.74% |
| Lop Abuse On Somebody | 27k | — |
| Vasudeva | 74k | — |
| Origami JP | 50k | +6.78% |
| Standards | 113k | — |
| 3nd | 88k | +2.32% |
| How to count one to ten | 45k | +4.96% |
| toe | 560k | +3.23% |
| Clever Girl | 113k | +2.99% |
| Stereo Type | 47k | +3.57% |
| a picture of her | 187k | +5.15% |
| Lite | 175k | +1.50% |
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