| Artist | Listeners | 13-week growth |
|---|---|---|
| Images | 50k | +2.98% |
| Jean-Jacques Goldman | 171k | +1.15% |
| Plastic Bertrand | 363k | +1.55% |
| Daniel Balavoine | 147k | +1.87% |
| Jeanne Mas | 47k | +2.62% |
| Michel Sardou | 149k | +1.30% |
| Indochine | 307k | — |
| Taxi Girl | 29k | — |
| Johnny Hallyday | 185k | +1.22% |
| Claude François | 163k | +1.75% |
| France Gall | 476k | +2.25% |
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