| Artist | Listeners | 13-week growth |
|---|---|---|
| IAMX | 813k | +2.07% |
| One Night Only | 313k | — |
| Oren Lavie | 235k | +0.35% |
| Kaleida | 197k | +3.10% |
| Jack Savoretti | 243k | +1.30% |
| Aaron | 282k | +1.66% |
| Paloma | 58k | — |
| Дельфин | 240k | — |
| Blood Red Shoes | 759k | +0.76% |
| Ian Brown | 609k | +0.44% |
| Andrew Belle | 513k | +1.13% |
| Patrick Wolf | 718k | +0.16% |
| SOHN | 466k | +0.45% |
| Sir Sly | 473k | +1.54% |
| Therr Maitz | 38k | — |
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