| Artist | Listeners | 13-week growth |
|---|---|---|
| Fmlybnd | 109k | — |
| Elliphant | 307k | +0.78% |
| CHVRCHES | 1.3M | +1.27% |
| Olympic Ayres | 127k | — |
| Strange Talk | 249k | +0.54% |
| Hurts | 905k | +0.49% |
| Magic Man | 268k | +1.50% |
| St. Lucia | 490k | +0.52% |
| Kate Boy | 141k | — |
| Years & Years | 994k | +0.08% |
| The Chain Gang of 1974 | 270k | +3.16% |
| Monarchy | 167k | +0.27% |
| Broods | 678k | +0.85% |
| Fickle Friends | 257k | +0.98% |
| Empire of the Sun | 3.2M | +3.88% |
| Bastille | 2.5M | +2.10% |
| Great Good Fine OK | 259k | +0.58% |
| Shura | 469k | +1.15% |
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