| Artist | Listeners | 13-week growth |
|---|---|---|
| The American Analog Set | 515k | +2.37% |
| Labradford | 202k | +0.42% |
| Hood | 155k | — |
| Piano Magic | 208k | — |
| Pan•American | 85k | +0.13% |
| Dirty Three | 255k | +0.73% |
| The Sea and Cake | 411k | +0.72% |
| Gastr Del Sol | 113k | +1.00% |
| Tortoise | 598k | +0.89% |
| Trans Am | 167k | +0.38% |
| Mice Parade | 203k | — |
| The Mercury Program | 100k | +0.42% |
| Efterklang | 450k | +0.23% |
| June of 44 | 102k | +1.07% |
| Papa M | 138k | +1.80% |
| Do Make Say Think | 504k | +0.53% |
| Landing | 48k | — |
| Migala | 33k | — |
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