| Artist | Listeners | 13-week growth |
|---|---|---|
| London Music Works | 375k | +1.38% |
| L'Orchestra Cinematique | 329k | +1.86% |
| Hans Zimmer | 2.8M | +1.57% |
| Thomas Newman | 1.2M | +1.01% |
| Vladimir Cosma | 208k | +3.10% |
| Craig Armstrong | 780k | +0.68% |
| Audiomachine | 253k | +1.20% |
| Geek Music | 963k | — |
| David Arnold | 403k | +1.39% |
| Trevor Rabin | 252k | +0.69% |
| John Barry | 533k | +1.36% |
| James Newton Howard | 1.1M | +1.68% |
| Two Steps from Hell | 382k | — |
| Harry Gregson-Williams | 777k | +1.08% |
| Lorne Balfe | 328k | +2.03% |
| Dominik Hauser | 137k | — |
| Thomas Bergersen | 355k | +1.92% |
| Trevor Jones | 319k | +1.11% |
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