| Artist | Listeners | 13-week growth |
|---|---|---|
| Trevor Jones | 319k | +1.11% |
| Jerry Goldsmith | 555k | +1.13% |
| Elmer Bernstein | 237k | +1.01% |
| Passport | 20k | — |
| James Horner | 943k | +0.94% |
| Marc Streitenfeld | 243k | +0.98% |
| John Barry | 533k | +1.36% |
| Alan Silvestri | 863k | +1.38% |
| Danny Elfman | 1.6M | +1.29% |
| Klaus Badelt | 864k | +1.44% |
| Vladimir Cosma | 208k | +3.10% |
| Harry Gregson-Williams | 777k | +1.08% |
| John Debney | 381k | +0.83% |
| John Williams | 2.4M | +1.18% |
| Brad Fiedel | 144k | +1.15% |
| Michael Kamen | 218k | +0.49% |
| Maurice Jarre | 178k | +1.09% |
| Basil Poledouris | 194k | +0.49% |
| Jan Hammer | 346k | — |
| The John Barry Orchestra | 22k | +0.17% |
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