| Artist | Listeners | 13-week growth |
|---|---|---|
| Marc Streitenfeld | 243k | +0.98% |
| Benjamin Wallfisch | 139k | +2.64% |
| Clinton Shorter | 118k | — |
| Mark Korven | 57k | — |
| Cliff Martinez | 400k | +0.82% |
| Atticus Ross | 84k | +2.90% |
| Joseph Trapanese | 138k | — |
| Bobby Krlic | 88k | +3.23% |
| Harald Kloser | 86k | — |
| Marco Beltrami | 253k | +1.15% |
| Jerry Goldsmith | 555k | +1.13% |
| Lorne Balfe | 328k | +2.03% |
| Harry Gregson-Williams | 777k | +1.08% |
| Ramin Djawadi | 982k | +1.89% |
| John Ottman | 196k | +0.75% |
| Sarah Schachner | 132k | +2.88% |
| Hans Zimmer | 2.8M | +1.57% |
| Elliot Goldenthal | 202k | +0.44% |
| James Horner | 943k | +0.94% |
| Steven Price | 207k | +1.94% |
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