| Artist | Listeners | 13-week growth |
|---|---|---|
| Brokeback | 79k | +0.48% |
| Ui | 25k | — |
| The Album Leaf | 1.0M | +0.28% |
| Tortoise | 598k | +0.89% |
| Lite | 175k | +1.50% |
| Sam Prekop | 163k | +1.19% |
| The Sea and Cake | 411k | +0.72% |
| The Mercury Program | 100k | +0.42% |
| Isotope 217 | 50k | +1.00% |
| Tristeza | 248k | +0.35% |
| Hood | 155k | — |
| The Appleseed Cast | 337k | +0.89% |
| Do Make Say Think | 504k | +0.53% |
| mouse on the keys | 220k | +1.42% |
| Windsor For The Derby | 107k | — |
| Saxon Shore | 262k | +0.40% |
| Sleepmakeswaves | 245k | +0.58% |
| Dirty Three | 255k | +0.73% |
| Trans Am | 167k | +0.38% |
| Tarentel | 102k | — |
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