| Artist | Listeners | 13-week growth |
|---|---|---|
| Information Society | 285k | +1.36% |
| Anything Box | 49k | — |
| Erasure | 1.2M | +1.32% |
| Red Flag | 63k | — |
| Cetu Javu | 35k | — |
| Hazell Dean | 66k | +0.92% |
| Cyndi Lauper | 3.1M | +2.19% |
| Cause & Effect | 24k | — |
| Belouis Some | 106k | — |
| Howard Jones | 520k | +1.02% |
| Book of Love | 176k | +2.78% |
| Thompson Twins | 719k | +2.09% |
| Pet Shop Boys | 2.4M | +2.72% |
| Spoons | 17k | — |
| When In Rome | 725k | +5.44% |
| Camouflage | 336k | +1.15% |
| Electronic | 327k | +1.55% |
| Trans-X | 106k | — |
| Blancmange | 241k | +0.97% |
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