| Artist | Listeners | 13-week growth |
|---|---|---|
| Goo Goo Dolls | 1.9M | +0.21% |
| Five for Fighting | 1.0M | +0.69% |
| Rob Thomas | 921k | +1.11% |
| Lifehouse | 2.2M | +1.34% |
| Vertical Horizon | 825k | +0.83% |
| Blue October | 842k | +0.79% |
| Nine Days | 616k | +1.53% |
| Watt White | 89k | +1.75% |
| Chad Kroeger | 398k | +4.34% |
| Matchbox Twenty | 2.0M | +1.48% |
| Pete Yorn | 741k | +0.86% |
| Daughtry | 1.6M | +1.29% |
| Poets of the Fall | 630k | +0.50% |
| Angels & Airwaves | 984k | +0.54% |
| Old Gods of Asgard | 103k | +2.76% |
| Howie Day | 1.1M | +0.58% |
| Train | 3.5M | +1.85% |
| Switchfoot | 1.3M | +1.48% |
| Letters to Cleo | 368k | +2.60% |
| SafetySuit | 210k | +0.53% |
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