| Artist | Listeners | 13-week growth |
|---|---|---|
| 渋さ知らズ | 7.1k | — |
| Boredoms | 204k | +0.67% |
| Pharoah Sanders | 339k | +2.11% |
| Mahavishnu Orchestra | 342k | — |
| John Zorn | 259k | +0.31% |
| Ornette Coleman | 378k | +0.90% |
| Naked City | 124k | +0.52% |
| Sun Ra | 533k | +1.11% |
| Ground Zero | 42k | — |
| Charles Mingus | 1.1M | +1.08% |
| Hermeto Pascoal | 126k | +2.98% |
| John Coltrane | 1.8M | +1.44% |
| Alice Coltrane | 422k | +2.14% |
| Hakushi Hasegawa | 186k | +3.34% |
| Jim O'Rourke | 182k | +0.61% |
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