| Artist | Listeners | 13-week growth |
|---|---|---|
| Crystal Eyes | 37k | — |
| Concerto Moon | 14k | — |
| Blazon Stone | 7.2k | — |
| Crystal Viper | 27k | — |
| Steel Attack | 29k | — |
| Black Majesty | 26k | — |
| Skylark | 61k | — |
| Dark Moor | 213k | +0.41% |
| Judicator | 9.9k | — |
| Running Wild | 281k | +0.49% |
| Seven Kingdoms | 21k | — |
| Stormwarrior | 84k | +0.37% |
| Persuader | 68k | +0.27% |
| Savage Circus | 63k | +0.33% |
| Majesty | 72k | +0.32% |
| Gamma Ray | 381k | +0.35% |
| Grave Digger | 260k | +0.27% |
| Derdian | 62k | +0.26% |
| Human Fortress | 34k | — |
| Bloodbound | 142k | +1.32% |
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