| Artist | Listeners | 13-week growth |
|---|---|---|
| Theodore Shapiro | 219k | +2.57% |
| Steven Price | 207k | +1.94% |
| Lorne Balfe | 328k | +2.03% |
| Marc Streitenfeld | 243k | +0.98% |
| Martin Phipps | 115k | +2.59% |
| Ramin Djawadi | 982k | +1.89% |
| Clinton Shorter | 118k | — |
| Marco Beltrami | 253k | +1.15% |
| Brian Tyler | 597k | +2.09% |
| Harry Gregson-Williams | 777k | +1.08% |
| Hans Zimmer | 2.8M | +1.57% |
| James Newton Howard | 1.1M | +1.68% |
| Rupert Gregson-Williams | 196k | +2.00% |
| Henry Jackman | 329k | +1.73% |
| Trevor Morris | 326k | +1.72% |
| Nicholas Britell | 722k | +3.69% |
| Atticus Ross | 84k | +2.90% |
| Jeff Russo | 150k | — |
| John Lunn | 89k | — |
| Ben Salisbury | 141k | — |
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