| Artist | Listeners | 13-week growth |
|---|---|---|
| Pete Yorn | 741k | +0.86% |
| Guster | 819k | +0.77% |
| Sean Lennon | 173k | +0.07% |
| サニーデイ・サービス | 22k | +1.11% |
| Josh Rouse | 477k | +0.54% |
| Turin Brakes | 508k | +0.22% |
| Mike Doughty | 204k | +0.21% |
| Matt Nathanson | 985k | +0.42% |
| Aimee Mann | 1.0M | +0.92% |
| Herman Düne | 181k | +0.39% |
| How to Destroy Angels | 371k | +1.26% |
| Aqualung | 929k | — |
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