| Artist | Listeners | 13-week growth |
|---|---|---|
| Marcus Miller | 304k | — |
| The Stanley Clarke Band | 21k | — |
| Billy Cobham | 329k | +1.57% |
| George Duke | 323k | +1.20% |
| Return to Forever | 249k | +0.97% |
| Lenny White | 54k | — |
| Al Di Meola | 307k | +0.73% |
| Weather Report | 544k | +0.99% |
| Victor Wooten | 180k | — |
| Jaco Pastorius | 489k | +1.08% |
| John Patitucci | 91k | — |
| Larry Coryell | 102k | — |
| Jean-Luc Ponty | 224k | +3.33% |
| Lee Ritenour | 263k | +1.13% |
| The Brecker Brothers | 122k | — |
| Alphonse Mouzon | 63k | — |
| Tony Williams | 116k | — |
| John Scofield | 385k | +0.76% |
| Mahavishnu Orchestra | 342k | — |
| Brian Bromberg | 106k | — |
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