| Artist | Listeners | 13-week growth |
|---|---|---|
| Pink Skies | 90k | — |
| Yeasayer | 1.0M | +0.37% |
| BALTHVS | 135k | +5.94% |
| Arc De Soleil | 348k | +2.98% |
| D.O.D | 433k | +5.42% |
| Tobacco | 320k | +0.70% |
| Meltt | 279k | +6.76% |
| Darius | 458k | +2.40% |
| Black Moth Super Rainbow | 638k | +0.83% |
| MEMBA | 156k | +2.42% |
| Indian Wells | 90k | +2.56% |
| Crooked Colours | 240k | +1.52% |
| Hermanos Gutiérrez | 392k | +4.57% |
| Of the Trees | 79k | +6.81% |
| Mild Minds | 381k | +3.05% |
| JACAL | 301k | +19.22% |
| Champagne Drip | 75k | +2.04% |
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