| Artist | Listeners | 13-week growth |
|---|---|---|
| June | 333k | +3.44% |
| WesGhost | 178k | +4.51% |
| Boys Like Girls | 1.7M | +1.61% |
| Moose Blood | 291k | +1.86% |
| Surfaces | 928k | +2.62% |
| Set It Off | 859k | +4.37% |
| Secondhand Serenade | 850k | +3.23% |
| SadBoyProlific | 279k | +1.64% |
| khai dreams | 658k | +1.55% |
| We the Kings | 1.4M | +2.17% |
| Eli Noir | 20k | +3.04% |
| Forrest Frank | 258k | +5.52% |
| galdive | 192k | +3.22% |
| Samsa | 136k | +1.12% |
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