| Artist | Listeners | 13-week growth |
|---|---|---|
| Course Of Nature | 157k | — |
| Pulse Ultra | 56k | — |
| Crazy Town | 1.3M | +2.39% |
| Methods Of Mayhem | 124k | — |
| Killradio | 98k | +1.30% |
| Hoobastank | 3.0M | +2.77% |
| Bloodhound Gang | 2.1M | +1.48% |
| Uncle Kracker | 671k | +2.86% |
| Lostprophets | 1.5M | +0.19% |
| Alien Ant Farm | 1.7M | +1.22% |
| P.O.D. | 1.8M | +1.11% |
| Unwritten Law | 527k | +0.79% |
| The Exies | 425k | +1.12% |
| Sugarcult | 1.1M | +1.22% |
| SR-71 | 466k | +1.36% |
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