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