| Artist | Listeners | 13-week growth |
|---|---|---|
| Phantoms | 134k | — |
| ODESZA | 1.1M | +2.30% |
| The Bloody Beetroots | 766k | +0.45% |
| Thylacine | 130k | +1.73% |
| Kasbo | 254k | +1.29% |
| Tourist | 447k | +1.41% |
| Golden Features | 158k | +0.91% |
| What So Not | 452k | +1.80% |
| Lane 8 | 399k | +5.08% |
| Jai Wolf | 376k | +1.83% |
| Ekali | 202k | +0.98% |
| Hermitude | 384k | +1.11% |
| Ford. | 185k | +1.80% |
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