| Artist | Listeners | 13-week growth |
|---|---|---|
| After Wes | 30k | +7.00% |
| Ryan Case | 12k | +65.49% |
| ManCub | 2.0k | +0.20% |
| Macca Grills | 50k | +5.69% |
| REMY QUINN | 9.0k | +11.04% |
| leowi | 58k | +1.68% |
| Jai Nova | 21k | +0.17% |
| KOLIDESCOPES | 47k | +1.57% |
| Sindresu | 11k | +42.63% |
| Over Easy | 21k | +2.35% |
| €URO TRA$H | 42k | +2.01% |
| kelland | 13k | +17.51% |
| jasq | 11k | +14.63% |
| ChaseWest | 12k | +6.90% |
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