| Artist | Listeners | 13-week growth |
|---|---|---|
| MxPx | 732k | +0.48% |
| Box Car Racer | 794k | +0.73% |
| Sum 41 | 3.5M | +1.40% |
| +44 | 733k | +0.01% |
| blink-182 | 4.7M | +1.58% |
| Angels & Airwaves | 984k | +0.54% |
| American Hi-Fi | 646k | +1.13% |
| Tom DeLonge | 35k | +1.25% |
| New Found Glory | 1.5M | +0.96% |
| Good Charlotte | 2.7M | +1.28% |
| Zebrahead | 922k | +0.55% |
| Mest | 323k | +0.41% |
| Sugarcult | 1.1M | +1.22% |
| SR-71 | 466k | +1.36% |
| State Champs | 296k | +2.18% |
| Simple Plan | 2.9M | +1.53% |
| Yellowcard | 2.3M | +1.40% |
| Bowling for Soup | 1.6M | +1.73% |
| Alkaline Trio | 1.1M | +0.70% |
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