| Artist | Listeners | 13-week growth |
|---|---|---|
| Nation of Language | 266k | +5.45% |
| Future Islands | 881k | +1.42% |
| Flock of Dimes | 121k | +1.32% |
| Austra | 440k | +0.82% |
| Empathy Test | 68k | +1.06% |
| Junior Boys | 558k | +0.21% |
| Marsheaux | 142k | +0.81% |
| Chromatics | 1.2M | +1.82% |
| Computer Magic | 105k | — |
| Working Men's Club | 81k | +0.84% |
| Class Actress | 413k | +2.98% |
| Martin L. Gore | 194k | +0.13% |
| Tesla Boy | 225k | +0.33% |
| CHVRCHES | 1.3M | +1.27% |
| The Knife | 1.7M | +0.43% |
| Light Asylum | 123k | — |
| Cut Copy | 1.4M | +0.55% |
| Yazoo | 955k | +1.91% |
| Sylvan Esso | 603k | +0.39% |
| Orchestral Manoeuvres in the Dark | 1.2M | +1.34% |
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