| Artist | Listeners | 13-week growth |
|---|---|---|
| SafetySuit | 210k | +0.53% |
| The Bravery | 1.5M | +0.87% |
| Blue October | 842k | +0.79% |
| Lifehouse | 2.2M | +1.34% |
| Augustana | 815k | +0.42% |
| New Politics | 478k | +0.63% |
| Neon Trees | 2.2M | +2.63% |
| The Airborne Toxic Event | 600k | +0.70% |
| Cold War Kids | 1.9M | +0.72% |
| Five for Fighting | 1.0M | +0.69% |
| Guster | 819k | +0.77% |
| Better Than Ezra | 773k | +0.93% |
| Train | 3.5M | +1.85% |
| Snow Patrol | 4.2M | +1.36% |
| Vertical Horizon | 825k | +0.83% |
| Brandon Flowers | 634k | +1.45% |
| The Fray | 3.7M | +1.60% |
| Matchbox Twenty | 2.0M | +1.48% |
| Young the Giant | 2.0M | +2.65% |
| The Last Goodnight | 314k | +0.56% |
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