| Artist | Listeners | 13-week growth |
|---|---|---|
| Lllyric? | 127k | +10.80% |
| The Blue Octavo | 43k | — |
| Computer Kill | 98k | +11.05% |
| inuday | 68k | +10.40% |
| Presley Regier | 109k | +13.53% |
| Layto | 184k | +2.81% |
| msliterate | 39k | — |
| Evanescence | 4.7M | +2.74% |
| Haunt Me | 95k | — |
| Neoni | 299k | +3.78% |
| Devi McCallion | 311k | +16.51% |
| Vincemp3 | 124k | +18.39% |
| DEZI | 85k | +2.87% |
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