| Artist | Listeners | 13-week growth |
|---|---|---|
| Odie | 589k | +1.52% |
| Kyle Dion | 240k | +2.37% |
| Che Ecru | 249k | +2.98% |
| Gallant | 406k | +1.68% |
| Raveena | 620k | +1.33% |
| Jenevieve | 502k | +11.64% |
| Givēon | 810k | +9.79% |
| Laya | 57k | +3.41% |
| Ray Lozano | 218k | +0.46% |
| Mariah the Scientist | 571k | +4.70% |
| orion sun | 1.2M | +0.88% |
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