| Artist | Listeners | 13-week growth |
|---|---|---|
| Anything Box | 49k | — |
| Mesh | 198k | +0.85% |
| Erasure | 1.2M | +1.32% |
| De/Vision | 203k | +0.52% |
| Iris | 209k | — |
| ZyniC | 15k | — |
| Camouflage | 336k | +1.15% |
| T.O.Y. | 17k | — |
| Blackbook | 13k | — |
| Beborn Beton | 73k | — |
| Red Flag | 63k | — |
| Information Society | 285k | +1.36% |
| The New Division | 138k | — |
| Elegant Machinery | 58k | — |
| Martin L. Gore | 194k | +0.13% |
| Emmon | 39k | — |
| Melotron | 98k | — |
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