| Artist | Listeners | 13-week growth |
|---|---|---|
| Return to Forever | 249k | +0.97% |
| The Tony Williams Lifetime | 24k | — |
| Billy Cobham | 329k | +1.57% |
| Mahavishnu Orchestra | 342k | — |
| Allan Holdsworth | 148k | — |
| Weather Report | 544k | +0.99% |
| Wayne Krantz | 44k | — |
| John McLaughlin | 237k | +0.87% |
| Andrew Hill | 168k | +0.73% |
| Miles Davis | 2.4M | +1.17% |
| Wayne Shorter | 640k | +1.43% |
| Sam Rivers | 79k | +1.74% |
| Brand X | 125k | — |
| Alphonse Mouzon | 63k | — |
| Bill Bruford | 71k | — |
| Jean-Luc Ponty | 224k | +3.33% |
| Joe Zawinul | 75k | — |
| Lenny White | 54k | — |
| Stanley Clarke | 250k | +0.04% |
| Jackie McLean | 199k | +1.08% |
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