| Artist | Listeners | 13-week growth |
|---|---|---|
| Insomnium | 284k | +0.97% |
| Raintime | 57k | — |
| Be'lakor | 133k | +1.21% |
| Scar Symmetry | 282k | +0.60% |
| Solution .45 | 51k | +0.70% |
| Countless Skies | 27k | — |
| Norther | 295k | +0.19% |
| Dark Age | 80k | — |
| Aephanemer | 33k | — |
| Before the Dawn | 152k | +0.39% |
| Soilwork | 668k | +0.48% |
| Sonic Syndicate | 549k | +0.16% |
| Ralphie B | 64k | — |
| Omnium Gatherum | 154k | +0.61% |
| The Unguided | 94k | — |
| Orpheus Omega | 7.8k | — |
| Andrew Rayel | 185k | +0.67% |
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