| Artist | Listeners | 13-week growth |
|---|---|---|
| Into It. Over It. | 165k | +0.57% |
| Paloma | 58k | — |
| City and Colour | 1.2M | +0.39% |
| Owen | 370k | +0.70% |
| Kevin Devine | 293k | — |
| Anthony Green | 258k | +2.24% |
| Mona | 156k | — |
| Mat Kerekes | 143k | +1.30% |
| Copeland | 599k | +0.35% |
| Kurt Travis | 92k | — |
| The Front Bottoms | 954k | +2.57% |
| Right Away, Great Captain! | 116k | — |
| Dashboard Confessional | 1.6M | +0.78% |
| Now, Now | 306k | +1.00% |
| Dispatch | 739k | +0.42% |
| Moving Mountains | 202k | +0.37% |
| Say Anything | 925k | +1.18% |
| Frank Turner | 562k | +0.42% |
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