| Artist | Listeners | 13-week growth |
|---|---|---|
| Simon Franglen | 63k | +2.81% |
| James Horner | 943k | +0.94% |
| John Paesano | 194k | +2.44% |
| John Ottman | 196k | +0.75% |
| Alan Silvestri | 863k | +1.38% |
| Harald Kloser | 86k | — |
| Michael Giacchino | 1.2M | +2.27% |
| Christophe Beck | 358k | +1.61% |
| Brian Tyler | 597k | +2.09% |
| Geoff Knorr | 66k | — |
| Neal Acree | 131k | — |
| Henry Jackman | 329k | +1.73% |
| Fernando Velázquez | 158k | +1.40% |
| Marco Beltrami | 253k | +1.15% |
| Hans Zimmer | 2.8M | +1.57% |
| John Powell | 836k | +1.72% |
| John Debney | 381k | +0.83% |
| Patrick Doyle | 518k | +1.35% |
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