| Artist | Listeners | 13-week growth |
|---|---|---|
| Thomas Bergersen | 355k | +1.92% |
| Extreme Music | 90k | — |
| E.S. Posthumus | 239k | — |
| Audiomachine | 253k | +1.20% |
| Future World Music | 86k | — |
| Nick Phoenix | 114k | — |
| Antti Martikainen | 62k | — |
| Movie Sounds Unlimited | 188k | — |
| Epic Score | 115k | — |
| Gothic Storm | 38k | — |
| Mark Petrie | 60k | — |
| Really Slow Motion | 124k | +1.92% |
| Phil Rey | 11k | +2.92% |
| Zack Hemsey | 182k | +1.26% |
| X-Ray Dog | 97k | — |
| Jo Blankenburg | 85k | +1.43% |
| Immediate Music | 89k | — |
| Tommee Profitt | 422k | +3.55% |
| Christopher Tin | 127k | — |
| London Music Works | 375k | +1.38% |
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