| Artist | Listeners | 13-week growth |
|---|---|---|
| Apocalyptica | 1.7M | +0.92% |
| David Garrett | 244k | +0.88% |
| Eklipse | 67k | +0.80% |
| Lindsey Stirling | 694k | +1.75% |
| Vanessa-Mae | 307k | +0.19% |
| Tides From Nebula | 149k | — |
| Edvin Marton | 75k | +0.29% |
| Escala | 135k | +0.39% |
| John 5 | 129k | +0.75% |
| Josh Vietti | 40k | +1.76% |
| Hunter | 231k | +0.42% |
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