| Artist | Listeners | 13-week growth |
|---|---|---|
| David Cook | 356k | +0.64% |
| 12 Stones | 859k | +0.37% |
| Trading Yesterday | 102k | +0.69% |
| Ashes Remain | 204k | +1.98% |
| Smash Into Pieces | 204k | +1.58% |
| Sunrise Avenue | 541k | +0.56% |
| Walking On Cars | 134k | +0.86% |
| Thriving Ivory | 119k | — |
| Hinder | 1.4M | +1.67% |
| All Good Things | 135k | +2.30% |
| Hedley | 223k | — |
| Poets of the Fall | 630k | +0.50% |
| SafetySuit | 210k | +0.53% |
| Adelitas Way | 442k | +0.72% |
| Theory of a Deadman | 1.3M | +1.08% |
| Reamonn | 504k | +0.54% |
| Ross Copperman | 168k | +1.08% |
| Dishwalla | 534k | +1.42% |
| Scott Stapp | 168k | +0.40% |
| Lifehouse | 2.2M | +1.34% |
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