| Artist | Listeners | 13-week growth |
|---|---|---|
| John Abercrombie | 112k | — |
| Keith Jarrett | 655k | +0.84% |
| James Carter | 235k | +2.96% |
| Joshua Redman | 317k | +1.09% |
| Bill Frisell | 301k | +0.72% |
| Tord Gustavsen Trio | 196k | +0.69% |
| Immanuel Wilkins | 83k | +2.33% |
| John Scofield | 385k | +0.76% |
| Joe Lovano | 176k | +1.21% |
| Melissa Aldana | 35k | +5.91% |
| Aaron Parks | 116k | +1.46% |
| Gary Burton | 179k | +1.06% |
| Ambrose Akinmusire | 98k | +2.80% |
| Julian Lage | 169k | +1.79% |
| Brad Mehldau | 464k | +0.72% |
| Abdullah Ibrahim | 147k | +0.04% |
| The Bad Plus | 319k | +0.37% |
| Keith Jarrett Trio | 186k | +0.77% |
| Jan Garbarek | 196k | +0.87% |
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