| Artist | Listeners | 13-week growth |
|---|---|---|
| Martha and the Muffins | 205k | +1.47% |
| The Box | 196k | +3.33% |
| Platinum Blonde | 35k | — |
| B-Movie | 82k | — |
| Rational Youth | 32k | — |
| Nick Gilder | 72k | — |
| Thomas Leer | 23k | — |
| Men Without Hats | 753k | +1.26% |
| Honeymoon Suite | 75k | +1.46% |
| Howard Jones | 520k | +1.02% |
| Blancmange | 241k | +0.97% |
| New Musik | 65k | — |
| Glass Tiger | 105k | +1.16% |
| John Foxx | 232k | +0.54% |
| Ultravox | 820k | +0.94% |
| Kon Kan | 60k | — |
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