| Artist | Listeners | 13-week growth |
|---|---|---|
| Dead Letter Circus | 99k | — |
| The Butterfly Effect | 128k | — |
| Karnivool | 284k | +1.88% |
| Jericco | 20k | — |
| Twelve Foot Ninja | 99k | — |
| Gyroscope | 70k | +0.61% |
| Fair to Midland | 217k | +0.58% |
| Codec | 35k | — |
| Birds of Tokyo | 207k | +0.70% |
| Something for Kate | 111k | +0.41% |
| Grinspoon | 153k | +0.78% |
| Rishloo | 272k | +1.50% |
| Powderfinger | 326k | +0.85% |
| Regurgitator | 118k | +0.92% |
| The Tea Party | 145k | +0.83% |
| A Perfect Circle | 2.2M | +1.62% |
| The Superjesus | 42k | +2.38% |
| Amplifier | 143k | +0.18% |
| Eskimo Joe | 207k | +0.96% |
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