| Artist | Listeners | 13-week growth |
|---|---|---|
| Cléa Vincent | 10k | +1.59% |
| The Pirouettes | 72k | — |
| Bleu Toucan | 110k | +1.55% |
| L'Impératrice | 712k | +3.04% |
| Hypnolove | 65k | — |
| Le couleur | 76k | — |
| The Diogenes Club | 25k | — |
| Clara Luciani | 158k | +2.14% |
| Flavien Berger | 165k | +2.84% |
| Agar Agar | 195k | +1.35% |
| Shura | 469k | +1.15% |
| Miami Horror | 800k | +1.16% |
| Roosevelt | 455k | +1.43% |
| The Parcels | 3.4k | +0.35% |
| Grand Blanc | 68k | +1.37% |
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