| Artist | Listeners | 13-week growth |
|---|---|---|
| The Piano Guys | 368k | +0.81% |
| Ripe | 84k | — |
| Lindsey Stirling | 694k | +1.75% |
| John Powell | 836k | +1.72% |
| Vitamin String Quartet | 763k | +1.26% |
| Morningsiders | 177k | — |
| Marcus Warner | 48k | +2.33% |
| Matthew Mole | 109k | +2.09% |
| American Authors | 1.3M | +3.54% |
| BANNERS | 797k | +3.15% |
| Aston | 64k | +3.91% |
| Andy Grammer | 966k | +3.24% |
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