| Artist | Listeners | 13-week growth |
|---|---|---|
| Flume | 2.0M | +2.62% |
| Farr | 176k | — |
| Seekae | 354k | +3.02% |
| Flight Facilities | 1.0M | +5.66% |
| Ghost Loft | 211k | — |
| ODESZA | 1.1M | +2.30% |
| Tender | 266k | +1.98% |
| Rhye | 806k | +1.33% |
| Elderbrook | 513k | +2.20% |
| Elder Island | 220k | +3.02% |
| Blue Foundation | 1.1M | +1.70% |
| Emmit Fenn | 500k | +2.37% |
| Bonobo | 2.1M | +0.96% |
| Télépopmusik | 998k | +0.77% |
| Jungle | 1.7M | +3.39% |
| Neil Frances | 606k | +2.57% |
| Little Dragon | 1.3M | +0.81% |
| Parra for Cuva | 391k | +1.83% |
| Khruangbin & Leon Bridges | 30k | +2.62% |
| Pretty Lights | 714k | +0.42% |
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