| Artist | Listeners | 13-week growth |
|---|---|---|
| Tony Williams | 116k | — |
| Mahavishnu Orchestra | 342k | — |
| John McLaughlin | 237k | +0.87% |
| Billy Cobham | 329k | +1.57% |
| Return to Forever | 249k | +0.97% |
| Weather Report | 544k | +0.99% |
| Miles Davis | 2.4M | +1.17% |
| Larry Coryell | 102k | — |
| Wayne Shorter | 640k | +1.43% |
| Joe Zawinul | 75k | — |
| Andrew Hill | 168k | +0.73% |
| Chick Corea Elektric Band | 102k | +1.04% |
| Allan Holdsworth | 148k | — |
| Rahsaan Roland Kirk | 265k | +1.26% |
| Nucleus | 96k | — |
| Archie Shepp | 185k | +0.83% |
| Don Cherry | 169k | +1.26% |
| Larry Young | 70k | — |
| Jaco Pastorius | 489k | +1.08% |
| Carlos Santana & John McLaughlin | 5.9k | — |
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