| Artist | Listeners | 13-week growth |
|---|---|---|
| Two Steps from Hell | 382k | — |
| Ari Pulkkinen | 155k | +3.46% |
| Audiomachine | 253k | +1.20% |
| Thomas Bergersen | 355k | +1.92% |
| Phil Rey | 11k | +2.92% |
| Future World Music | 86k | — |
| Epic Score | 115k | — |
| E.S. Posthumus | 239k | — |
| Mark Petrie | 60k | — |
| Really Slow Motion | 124k | +1.92% |
| Jo Blankenburg | 85k | +1.43% |
| Immediate Music | 89k | — |
| Malukah | 110k | — |
| Peter Gundry | 247k | +3.33% |
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