| Artist | Listeners | 13-week growth |
|---|---|---|
| Joshua Redman | 317k | +1.09% |
| Mike Stern | 136k | — |
| Michael Brecker | 184k | +0.72% |
| Gary Burton | 179k | +1.06% |
| Wynton Marsalis | 469k | +0.70% |
| Kurt Rosenwinkel | 174k | +0.07% |
| Kenny Garrett | 157k | +1.91% |
| Brad Mehldau | 464k | +0.72% |
| Keith Jarrett Trio | 186k | +0.77% |
| Sam Rivers | 79k | +1.74% |
| Wayne Shorter | 640k | +1.43% |
| John Scofield | 385k | +0.76% |
| Christian McBride | 149k | — |
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