| Artist | Listeners | 13-week growth |
|---|---|---|
| Callejon | 81k | — |
| PALEFACE SWISS | 192k | +5.93% |
| Rise Of The Northstar | 102k | — |
| Stick to Your Guns | 266k | +0.82% |
| Deez Nuts | 149k | — |
| Lionheart | 123k | +1.39% |
| The Ghost Inside | 370k | +1.11% |
| Guilt Trip | 105k | +7.97% |
| Nasty | 98k | — |
| Fox Lake | 64k | — |
| Crystal Lake | 192k | +1.59% |
| FEVER 333 | 273k | +1.31% |
| Thrown | 264k | +4.98% |
| Caliban | 427k | +0.33% |
| CONSVMER | 18k | — |
| Hollywood Undead | 1.5M | +0.08% |
| Malevolence | 122k | +3.43% |
| Get The Shot | 59k | — |
| Zero 9:36 | 161k | +2.95% |
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