| Artist | Listeners | 13-week growth |
|---|---|---|
| Dark the Suns | 53k | — |
| Orpheus Omega | 7.8k | — |
| Before the Dawn | 152k | +0.39% |
| Degradead | 41k | — |
| Bloodred Hourglass | 57k | +2.05% |
| Mercenary | 122k | +0.26% |
| Rise to Fall | 30k | — |
| MyGrain | 102k | +0.12% |
| Eye of the Enemy | 63k | — |
| Eternal Tears of Sorrow | 209k | +0.44% |
| Noumena | 88k | — |
| Solution .45 | 51k | +0.70% |
| I Am Your God | 15k | — |
| Demotional | 40k | — |
| Dark Age | 80k | — |
| Wolfheart | 60k | +0.93% |
| Deals Death | 23k | — |
| Omnium Gatherum | 154k | +0.61% |
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