| Artist | Listeners | 13-week growth |
|---|---|---|
| John McLaughlin | 237k | +0.87% |
| Mahavishnu Orchestra | 342k | — |
| Weather Report | 544k | +0.99% |
| Billy Cobham | 329k | +1.57% |
| Return to Forever | 249k | +0.97% |
| Allan Holdsworth | 148k | — |
| Al Di Meola | 307k | +0.73% |
| Pat Metheny Group | 416k | +1.61% |
| Tony Williams | 116k | — |
| Jean-Luc Ponty | 224k | +3.33% |
| Chick Corea | 670k | +1.48% |
| Shakti | 89k | — |
| Larry Coryell | 102k | — |
| Miles Davis | 2.4M | +1.17% |
| John McLaughlin and the 4th Dimension | 2.7k | — |
| Pat Metheny | 540k | +1.07% |
| John Scofield | 385k | +0.76% |
| The Tony Williams Lifetime | 24k | — |
| Jaco Pastorius | 489k | +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