| Artist | Listeners | 13-week growth |
|---|---|---|
| Lifehouse | 2.2M | +1.34% |
| Rob Thomas | 921k | +1.11% |
| NEEDTOBREATHE | 454k | +0.82% |
| SafetySuit | 210k | +0.53% |
| Daughtry | 1.6M | +1.29% |
| Augustana | 815k | +0.42% |
| OneRepublic | 4.4M | +1.92% |
| Train | 3.5M | +1.85% |
| Blue October | 842k | +0.79% |
| Dishwalla | 534k | +1.42% |
| Switchfoot | 1.3M | +1.48% |
| Parmalee | 128k | +1.56% |
| Matchbox Twenty | 2.0M | +1.48% |
| Cavo | 209k | — |
| Pop Evil | 385k | +1.27% |
| Young Guns | 227k | +0.38% |
| Smash Into Pieces | 204k | +1.58% |
| David Cook | 356k | +0.64% |
| Prime Circle | 51k | +0.60% |
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