| Artist | Listeners | 13-week growth |
|---|---|---|
| Geoff Knorr | 66k | — |
| Andreas Waldetoft | 48k | — |
| Billy Boyd | 85k | +1.39% |
| Brad Derrick | 138k | — |
| Borislav Slavov | 244k | +3.99% |
| Thomas Bergersen | 355k | +1.92% |
| Austin Wintory | 273k | +2.18% |
| Jeremy Soule | 816k | +2.60% |
| Two Steps from Hell | 382k | — |
| London Music Works | 375k | +1.38% |
| Trevor Morris | 326k | +1.72% |
| Harry Gregson-Williams | 777k | +1.08% |
| Ben Prunty | 139k | +2.55% |
| Gareth Coker | 271k | +2.40% |
| John Powell | 836k | +1.72% |
| Steve Jablonsky | 539k | +1.50% |
| Samuel Kim | 465k | +5.30% |
| Rush Garcia | 37k | +2.72% |
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