| Artist | Listeners | 13-week growth |
|---|---|---|
| Alfred Newman | 37k | — |
| Alex North | 69k | +2.30% |
| Miklós Rózsa | 39k | +1.33% |
| Erich Wolfgang Korngold | 78k | +2.34% |
| Elmer Bernstein | 237k | +1.01% |
| Maurice Jarre | 178k | +1.09% |
| John Barry | 533k | +1.36% |
| Jerry Goldsmith | 555k | +1.13% |
| Ron Goodwin | 40k | +2.33% |
| Bernard Herrmann | 724k | +1.54% |
| James Horner | 943k | +0.94% |
| Bruce Broughton | 102k | — |
| John Powell | 836k | +1.72% |
| Leonard Rosenman | 42k | +0.45% |
| John Williams | 2.4M | +1.18% |
| Ennio Morricone | 1.9M | +1.31% |
| John Debney | 381k | +0.83% |
| Georges Delerue | 168k | +1.11% |
| David Shire | 115k | +1.37% |
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