| Artist | Listeners | 13-week growth |
|---|---|---|
| Sarah Jarosz | 279k | +0.64% |
| Dar Williams | 266k | +0.27% |
| The Secret Sisters | 274k | +1.55% |
| Indigo Girls | 523k | +0.86% |
| Patty Griffin | 374k | +0.42% |
| The Weepies | 843k | +0.30% |
| Mary Chapin Carpenter | 265k | +0.72% |
| Watchhouse | 239k | +2.49% |
| Nickel Creek | 321k | +0.61% |
| Shawn Colvin | 483k | +0.68% |
| The Be Good Tanyas | 401k | +2.18% |
| Alison Krauss | 579k | +0.77% |
| Elephant Revival | 91k | — |
| Rising Appalachia | 66k | +0.04% |
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