| Artist | Listeners | 13-week growth |
|---|---|---|
| Cabaret Voltaire | 293k | +0.99% |
| Bourbonese Qualk | 21k | — |
| Clock DVA | 74k | — |
| Foetus | 97k | +0.78% |
| Wire | 876k | +1.08% |
| Cosey Fanni Tutti | 19k | — |
| Colin Newman | 75k | +3.20% |
| Chrome | 134k | +1.04% |
| Pere Ubu | 270k | +0.89% |
| Minimal Man | 81k | — |
| Psychic TV | 292k | — |
| Tuxedomoon | 205k | +0.77% |
| This Heat | 224k | +1.49% |
| 23 Skidoo | 65k | — |
| Download | 86k | +0.59% |
| Nocturnal Emissions | 38k | — |
| The Pop Group | 179k | +0.86% |
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