| Artist | Listeners | 13-week growth |
|---|---|---|
| Fernando Velázquez | 158k | +1.40% |
| James Newton Howard | 1.1M | +1.68% |
| Christopher Young | 150k | +0.98% |
| Rachel Portman | 407k | +0.84% |
| James Horner | 943k | +0.94% |
| Thomas Newman | 1.2M | +1.01% |
| Carter Burwell | 654k | +0.74% |
| Jan A.P. Kaczmarek | 175k | +0.50% |
| Marco Beltrami | 253k | +1.15% |
| Danny Elfman | 1.6M | +1.29% |
| Trevor Jones | 319k | +1.11% |
| Ryan Amon | 42k | — |
| Jerry Goldsmith | 555k | +1.13% |
| Randy Edelman | 175k | +0.63% |
| Alan Silvestri | 863k | +1.38% |
| Abel Korzeniowski | 452k | +2.11% |
| Alexandre Desplat | 1.2M | +1.12% |
| Benjamin Wallfisch | 139k | +2.64% |
| Elliot Goldenthal | 202k | +0.44% |
| Michael Giacchino | 1.2M | +2.27% |
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