| Artist | Listeners | 13-week growth |
|---|---|---|
| The Blank Theory | 81k | — |
| Digital Summer | 148k | — |
| Ünloco | 206k | +0.06% |
| Memory of a Melody | 58k | — |
| Emil Bulls | 180k | — |
| Element Eighty | 431k | +0.56% |
| Blowsight | 76k | — |
| Tribal Ink | 51k | — |
| Flaw | 396k | +1.87% |
| Dry Cell | 79k | — |
| Ill Niño | 842k | +0.87% |
| Soil | 783k | +0.42% |
| TRUSTcompany | 427k | +1.74% |
| Depswa | 68k | +2.89% |
| Cult to Follow | 146k | +3.97% |
| Evans Blue | 641k | +0.99% |
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