| Artist | Listeners | 13-week growth |
|---|---|---|
| Christopher Young | 150k | +0.98% |
| Marco Beltrami | 253k | +1.15% |
| Jerry Goldsmith | 555k | +1.13% |
| Alan Silvestri | 863k | +1.38% |
| Benjamin Wallfisch | 139k | +2.64% |
| Brian Tyler | 597k | +2.09% |
| Steven Price | 207k | +1.94% |
| Elliot Goldenthal | 202k | +0.44% |
| Lorne Balfe | 328k | +2.03% |
| Clint Mansell | 1.1M | +0.87% |
| Kevin Kiner | 127k | — |
| John Ottman | 196k | +0.75% |
| James Horner | 943k | +0.94% |
| John Debney | 381k | +0.83% |
| Harry Gregson-Williams | 777k | +1.08% |
| Dario Marianelli | 843k | +1.51% |
| James Newton Howard | 1.1M | +1.68% |
| Charlie Clouser | 164k | — |
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