| Artist | Listeners | 13-week growth |
|---|---|---|
| Pat Metheny Group | 416k | +1.61% |
| Pat Metheny | 540k | +1.07% |
| Keith Jarrett Trio | 186k | +0.77% |
| Kurt Rosenwinkel | 174k | +0.07% |
| Michael Brecker | 184k | +0.72% |
| John Scofield | 385k | +0.76% |
| Jim Hall | 181k | +1.03% |
| Pat Martino | 179k | +0.83% |
| John Abercrombie | 112k | — |
| Joe Pass | 346k | +1.32% |
| Chick Corea | 670k | +1.48% |
| Bill Frisell | 301k | +0.72% |
| Mike Stern | 136k | — |
| John McLaughlin | 237k | +0.87% |
| Béla Fleck and the Flecktones | 209k | — |
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