| Artist | Listeners | 13-week growth |
|---|---|---|
| Rob Lane | 87k | — |
| Natalie Holt | 146k | +12.32% |
| Fernando Velázquez | 158k | +1.40% |
| James Newton Howard | 1.1M | +1.68% |
| Carlos Rafael Rivera | 178k | +1.95% |
| Marc Streitenfeld | 243k | +0.98% |
| Kevin Kiner | 127k | — |
| Trevor Rabin | 252k | +0.69% |
| Steven Price | 207k | +1.94% |
| Thomas Newman | 1.2M | +1.01% |
| John Williams | 2.4M | +1.18% |
| Alan Silvestri | 863k | +1.38% |
| David Arnold | 403k | +1.39% |
| James Horner | 943k | +0.94% |
| Nicholas Hooper | 383k | +1.90% |
| Alexandre Desplat | 1.2M | +1.12% |
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