| Artist | Listeners | 13-week growth |
|---|---|---|
| Terry Riley | 280k | +0.60% |
| Meredith Monk | 179k | — |
| Sun Ra | 533k | +1.11% |
| Raymond Scott | 279k | — |
| Laurie Anderson | 370k | +1.53% |
| Fred Frith | 65k | +0.73% |
| Alarm Will Sound | 82k | — |
| Captain Beefheart & His Magic Band | 694k | +1.00% |
| John Zorn | 259k | +0.31% |
| Philip Glass | 1.3M | +0.95% |
| Steve Reich | 511k | +0.99% |
| Pere Ubu | 270k | +0.89% |
| The Residents | 325k | +0.75% |
| Tiny Tim | 294k | +3.33% |
| Colin Stetson | 353k | +1.82% |
| Silver Apples | 261k | +1.03% |
| Arthur Russell | 492k | +2.20% |
| Ornette Coleman | 378k | +0.90% |
| Sun City Girls | 147k | +0.86% |
| Emahoy Tsege Mariam Gebru | 108k | +3.48% |
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