| Artist | Listeners | 13-week growth |
|---|---|---|
| Owl City | 2.8M | +1.92% |
| PlayRadioPlay! | 184k | +0.22% |
| The Ready Set | 444k | +1.94% |
| Breathe Carolina | 848k | +1.17% |
| Hellogoodbye | 1.1M | +0.49% |
| Metro Station | 1.4M | +3.97% |
| Lights | 648k | +1.17% |
| A Rocket to the Moon | 438k | +1.01% |
| The Medic Droid | 188k | +0.96% |
| Kill Paradise | 137k | +1.31% |
| Cash Cash | 888k | +1.85% |
| Breathe Electric | 161k | +0.72% |
| nickasaur! | 100k | +0.99% |
| The White Tie Affair | 142k | +0.57% |
| This Century | 128k | +0.81% |
| Artist vs. Poet | 119k | +0.04% |
| The Maine | 1.0M | +0.90% |
| The Summer Set | 439k | +0.58% |
| Shiny Toy Guns | 799k | +0.51% |
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