| Artist | Listeners | 13-week growth |
|---|---|---|
| OverDose | 109k | — |
| Limelight | 76k | — |
| April | 334k | +2.03% |
| Witchfynde | 27k | +1.62% |
| Heavy Load | 22k | +4.16% |
| Stam1na | 137k | +0.36% |
| Pagan Altar | 51k | +1.57% |
| Cirith Ungol | 68k | +1.34% |
| Sir Lord Baltimore | 62k | +1.39% |
| Gotham City | 8.2k | — |
| Warlord | 39k | — |
| Kep1er | 453k | +2.37% |
| Żabson | 94k | +3.20% |
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