| Artist | Listeners | 13-week growth |
|---|---|---|
| Stanley Clarke | 250k | +0.04% |
| Marcus Miller | 304k | — |
| Billy Cobham | 329k | +1.57% |
| John Scofield | 385k | +0.76% |
| Brian Bromberg | 106k | — |
| Lee Ritenour | 263k | +1.13% |
| Jeff Lorber Fusion | 37k | — |
| Yellowjackets | 151k | — |
| Victor Wooten | 180k | — |
| George Duke | 323k | +1.20% |
| Mike Stern | 136k | — |
| Return to Forever | 249k | +0.97% |
| Weather Report | 544k | +0.99% |
| Larry Carlton | 196k | — |
| Fourplay | 218k | — |
| Henri Texier | 93k | +0.04% |
| Pat Metheny | 540k | +1.07% |
| 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