| Artist | Listeners | 13-week growth |
|---|---|---|
| Broken Social Scene | 2.1M | +1.30% |
| Do Make Say Think | 504k | +0.53% |
| Kevin Drew | 192k | +0.91% |
| Tortoise | 598k | +0.89% |
| múm | 894k | +0.60% |
| The Six Parts Seven | 193k | — |
| Rachel's | 131k | — |
| Ee | 86k | +14.31% |
| Fly Pan Am | 101k | — |
| Hood | 155k | — |
| A Silver Mt. Zion | 314k | +0.16% |
| Tristeza | 248k | +0.35% |
| The Sea and Cake | 411k | +0.72% |
| The Album Leaf | 1.0M | +0.28% |
| Bluetile Lounge | 50k | +4.03% |
| Mogwai | 1.7M | +0.59% |
| Aerial M | 102k | +3.83% |
| The Mercury Program | 100k | +0.42% |
| 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