| Artist | Listeners | 13-week growth |
|---|---|---|
| CONVOLK | 191k | +1.19% |
| Lil Aaron | 192k | — |
| FOREIGN FOREST | 50k | +2.48% |
| Yung Van | 81k | +1.75% |
| Savage Ga$p | 305k | +2.90% |
| lil happy lil sad | 100k | +1.37% |
| guccihighwaters | 180k | +1.24% |
| Guardin | 272k | +1.45% |
| nothing,nowhere. | 384k | +1.69% |
| sadeyes | 163k | +1.21% |
| Koi | 86k | — |
| Cold Hart | 279k | +2.37% |
| lil skele | 27k | +2.57% |
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