| Artist | Listeners | 13-week growth |
|---|---|---|
| Stroke 9 | 266k | +0.62% |
| Fountains of Wayne | 1.5M | +2.50% |
| EVE 6 | 936k | +0.92% |
| Matthew Sweet | 320k | +0.75% |
| Superdrag | 138k | +2.60% |
| Better Than Ezra | 773k | +0.93% |
| Rob Thomas | 921k | +1.11% |
| Sloan | 240k | +1.08% |
| Blessid Union Of Souls | 235k | +0.83% |
| Everclear | 1.4M | +1.68% |
| Fastball | 616k | +1.32% |
| Lit | 1.5M | +6.22% |
| We Are the In Crowd | 221k | +0.90% |
| The Click Five | 445k | +2.08% |
| Nine Days | 616k | +1.53% |
| The Raspberries | 128k | +0.19% |
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