| Artist | Listeners | 13-week growth |
|---|---|---|
| Matt Nathanson | 985k | +0.42% |
| Juliana Hatfield | 205k | +2.67% |
| Stephen Malkmus | 404k | +0.66% |
| Sun Kil Moon | 957k | +2.26% |
| Jenny Lewis | 521k | +0.90% |
| A Fine Frenzy | 857k | +0.21% |
| The Weepies | 843k | +0.30% |
| Hello Saferide | 277k | — |
| Soccer Mommy | 812k | +1.65% |
| She & Him | 1.9M | +5.63% |
| Andrew Gold | 510k | +1.17% |
| Matthew Sweet | 320k | +0.75% |
| Jenny O. | 86k | — |
| Rob Thomas | 921k | +1.11% |
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