| Artist | Listeners | 13-week growth |
|---|---|---|
| Delta Sleep | 244k | +2.79% |
| Floral | 123k | +2.74% |
| Standards | 113k | — |
| Via Luna | 106k | +4.23% |
| TTNG | 200k | +2.75% |
| Covet | 206k | — |
| CHON | 296k | +1.79% |
| Monobody | 74k | +2.77% |
| And So I Watch You From Afar | 306k | +0.55% |
| Agent Fresco | 72k | — |
| Foxing | 280k | +1.72% |
| Don Caballero | 300k | +1.06% |
| Lite | 175k | +1.50% |
| Pool Kids | 126k | +4.03% |
| Michael Cera Palin | 194k | +3.11% |
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