| Artist | Listeners | 13-week growth |
|---|---|---|
| Era | 760k | +0.69% |
| Andreas Vollenweider | 247k | +0.55% |
| David Arkenstone | 431k | +1.06% |
| Vangelis | 1.4M | +1.80% |
| Yanni | 404k | +0.42% |
| Deep Forest | 496k | +0.59% |
| Adiemus | 329k | +0.04% |
| Kitaro | 419k | +0.27% |
| Sarah Brightman | 770k | +1.05% |
| Karl Jenkins | 433k | +2.49% |
| Jean Michel Jarre | 204k | +0.34% |
| Enya | 2.1M | +2.07% |
| Mike Oldfield | 1.2M | +0.87% |
| E.S. Posthumus | 239k | — |
| Mychael Danna | 301k | — |
| Alan Menken | 724k | +5.87% |
| Enigma | 1.5M | +3.00% |
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