| Artist | Listeners | 13-week growth |
|---|---|---|
| Dirty Beaches | 253k | +0.88% |
| Peel Dream Magazine | 162k | +2.43% |
| Amen Dunes | 233k | +0.82% |
| Lotus Plaza | 159k | +0.21% |
| Ducktails | 348k | +0.56% |
| Lower Dens | 333k | +0.45% |
| Wishy | 121k | +10.16% |
| Blouse | 299k | +1.01% |
| Lilys | 199k | +3.91% |
| Atlas Sound | 539k | +0.52% |
| Mark William Lewis | 221k | +7.28% |
| The Clientele | 570k | +1.48% |
| DIIV | 813k | +1.39% |
| Tonstartssbandht | 165k | +2.53% |
| Wild Nothing | 790k | +1.12% |
| Tamaryn | 486k | +7.44% |
| Crystal Stilts | 249k | +0.47% |
| Should | 126k | +5.66% |
| Ruby Haunt | 411k | +2.94% |
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