| Artist | Listeners | 13-week growth |
|---|---|---|
| Surf Rock is Dead | 92k | +3.87% |
| Lunar Isles | 54k | +5.01% |
| Beach Vacation | 291k | +3.70% |
| Launder | 226k | +3.19% |
| Paradise Blossom | 137k | +8.41% |
| Swiss Portrait | 78k | +6.63% |
| Cathedral Bells | 311k | +2.40% |
| Cool Heat | 48k | +3.83% |
| Craft Spells | 455k | +0.92% |
| Hibou | 205k | +2.13% |
| Castlebeat | 446k | +2.24% |
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