| Artist | Listeners | 13-week growth |
|---|---|---|
| Box Car Racer | 794k | +0.73% |
| blink-182 | 4.7M | +1.58% |
| Future Idiots | 29k | — |
| Angels & Airwaves | 984k | +0.54% |
| Sum 41 | 3.5M | +1.40% |
| Sugarcult | 1.1M | +1.22% |
| Good Charlotte | 2.7M | +1.28% |
| Yellowcard | 2.3M | +1.40% |
| Fenix TX | 314k | +0.69% |
| The Ataris | 938k | +0.79% |
| American Hi-Fi | 646k | +1.13% |
| Lustra | 1.0M | +4.02% |
| Mest | 323k | +0.41% |
| Tom DeLonge | 35k | +1.25% |
| Transplants | 391k | +0.47% |
| SR-71 | 466k | +1.36% |
| Simple Plan | 2.9M | +1.53% |
| New Found Glory | 1.5M | +0.96% |
| Alkaline Trio | 1.1M | +0.70% |
| Simple Creatures | 118k | +1.42% |
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