| Artist | Listeners | 13-week growth |
|---|---|---|
| Whipped Cream | 217k | +2.50% |
| Grant | 256k | +2.23% |
| Sports | 1.1M | +6.35% |
| Duumu | 72k | +2.26% |
| Rosa Walton | 559k | +0.34% |
| Conro | 197k | +1.22% |
| Trivecta | 116k | +2.25% |
| Half An Orange | 96k | +1.82% |
| SMLE | 137k | +1.39% |
| Justin Oh | 47k | +1.63% |
| Bishu | 95k | +2.92% |
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