| Artist | Listeners | 13-week growth |
|---|---|---|
| Air Traffic Controller | 231k | +2.14% |
| Autoheart | 346k | +3.74% |
| The Orielles | 134k | +1.71% |
| Stella Donnelly | 219k | +1.03% |
| Au Revoir Simone | 671k | +0.30% |
| Noah Floersch | 246k | +6.07% |
| The Hoosiers | 701k | +1.11% |
| Teleman | 157k | +1.23% |
| Chris Garneau | 240k | +0.76% |
| Drug Store Romeos | 269k | +6.93% |
| Mother Mother | 2.0M | +2.97% |
| Baby Bugs | 189k | +6.53% |
| Lanterns on the Lake | 214k | +1.05% |
| Daisy the Great | 297k | +3.49% |
| Dutch Uncles | 114k | +0.13% |
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