| Artist | Listeners | 13-week growth |
|---|---|---|
| Crazy P | 265k | +2.58% |
| In Flagranti | 125k | — |
| Hercules and Love Affair | 382k | +0.06% |
| Holy Ghost! | 434k | +0.62% |
| Metro Area | 189k | — |
| Tensnake | 375k | +1.27% |
| Chemise | 116k | +3.76% |
| Skatebård | 52k | — |
| The Juan Maclean | 295k | +0.65% |
| Todd Terje | 478k | — |
| Franc Moody | 245k | +1.97% |
| Satin Jackets | 243k | +1.45% |
| Glass Candy | 371k | +0.88% |
| Patrick Cowley | 156k | +2.02% |
| Nu Genea | 196k | +6.36% |
| Farah | 87k | +0.91% |
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