| Artist | Listeners | 13-week growth |
|---|---|---|
| 4Lyn | 112k | — |
| Kontrust | 71k | +0.57% |
| Farmer Boys | 49k | — |
| Blowsight | 76k | — |
| 55 Escape | 34k | — |
| Element Eighty | 431k | +0.56% |
| Ill Niño | 842k | +0.87% |
| Hanislip | 16k | — |
| Exilia | 156k | +0.23% |
| Chaoseum | 29k | — |
| Love and Death | 58k | +1.26% |
| Breed77 | 34k | — |
| H-Blockx | 221k | +0.67% |
| Die Happy | 159k | +0.27% |
| From Fall to Spring | 43k | — |
| Blind Channel | 189k | +1.56% |
| Digital Summer | 148k | — |
| Hypnogaja | 133k | +1.26% |
| Taproot | 670k | +0.63% |
| Nonpoint | 684k | +1.05% |
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