| Artist | Listeners | 13-week growth |
|---|---|---|
| Hans Zimmer & Benjamin Wallfisch | 13k | +1.43% |
| Thomas Newman | 1.2M | +1.01% |
| Paul Haslinger | 143k | — |
| John Barry | 533k | +1.36% |
| James Horner | 943k | +0.94% |
| Gabriel Yared | 329k | +1.17% |
| Vangelis | 1.4M | +1.80% |
| John Williams | 2.4M | +1.18% |
| Jerry Goldsmith | 555k | +1.13% |
| Steven Price | 207k | +1.94% |
| Mark Isham | 319k | +0.70% |
| Clint Mansell | 1.1M | +0.87% |
| James Newton Howard | 1.1M | +1.68% |
| Michael Kamen | 218k | +0.49% |
| Mychael Danna | 301k | — |
| Cliff Martinez | 400k | +0.82% |
| Trevor Jones | 319k | +1.11% |
| Bear McCreary | 565k | +2.31% |
| Brad Fiedel | 144k | +1.15% |
| Mateo Messina | 245k | +0.22% |
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