| Artist | Listeners | 13-week growth |
|---|---|---|
| M. Ward | 1.1M | +0.62% |
| Mason Jennings | 473k | — |
| Bahamas | 719k | +1.00% |
| The Felice Brothers | 265k | +0.77% |
| Damien Jurado | 672k | +0.61% |
| Jenny Lewis | 521k | +0.90% |
| Michael Nau | 353k | +8.44% |
| Conor Oberst | 431k | +0.40% |
| Neil Halstead | 200k | +0.51% |
| The Dodos | 630k | +0.28% |
| Adam Green | 394k | +0.30% |
| Cut Worms | 127k | +2.24% |
| Bright Eyes | 2.6M | +0.54% |
| TORRES | 216k | +0.61% |
| Jane Weaver | 119k | +0.86% |
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