| Artist | Listeners | 13-week growth |
|---|---|---|
| Giraffes? Giraffes! | 179k | — |
| Brontide | 69k | — |
| Enemies | 89k | — |
| Lite | 175k | +1.50% |
| And So I Watch You From Afar | 306k | +0.55% |
| mouse on the keys | 220k | +1.42% |
| Monobody | 74k | +2.77% |
| Don Caballero | 300k | +1.06% |
| Tera Melos | 245k | — |
| Floral | 123k | +2.74% |
| Delta Sleep | 244k | +2.79% |
| Standards | 113k | — |
| Clever Girl | 113k | +2.99% |
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