| Artist | Listeners | 13-week growth |
|---|---|---|
| Thomas Newman | 1.2M | +1.01% |
| L'Orchestra Cinematique | 329k | +1.86% |
| James Horner | 943k | +0.94% |
| John Carpenter | 456k | +1.31% |
| Vangelis | 1.4M | +1.80% |
| Hans Zimmer | 2.8M | +1.57% |
| Brad Fiedel | 144k | +1.15% |
| Ramin Djawadi | 982k | +1.89% |
| Ennio Morricone | 1.9M | +1.31% |
| John Barry | 533k | +1.36% |
| Danny Elfman | 1.6M | +1.29% |
| John Powell | 836k | +1.72% |
| Jerry Goldsmith | 555k | +1.13% |
| Alan Silvestri | 863k | +1.38% |
| Klaus Badelt | 864k | +1.44% |
| Tyler Bates | 436k | +1.11% |
| Maurice Jarre | 178k | +1.09% |
| Harry Gregson-Williams | 777k | +1.08% |
| James Newton Howard | 1.1M | +1.68% |
| Trevor Rabin | 252k | +0.69% |
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