| Artist | Listeners | 13-week growth |
|---|---|---|
| Daniel Licht | 215k | — |
| James Newton Howard | 1.1M | +1.68% |
| Don Davis | 228k | — |
| Danny Elfman | 1.6M | +1.29% |
| David Newman | 114k | — |
| Patrick Doyle | 518k | +1.35% |
| Thomas Newman | 1.2M | +1.01% |
| Michael Giacchino | 1.2M | +2.27% |
| Carter Burwell | 654k | +0.74% |
| Alan Silvestri | 863k | +1.38% |
| John Debney | 381k | +0.83% |
| James Horner | 943k | +0.94% |
| John Ottman | 196k | +0.75% |
| John Barry | 533k | +1.36% |
| Alexandre Desplat | 1.2M | +1.12% |
| Antonio Pinto | 178k | — |
| Alan Menken | 724k | +5.87% |
| Paul Haslinger | 143k | — |
| Christopher Young | 150k | +0.98% |
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