| Artist | Listeners | 13-week growth |
|---|---|---|
| The Royal Concept | 336k | +1.10% |
| Low Roar | 434k | +1.99% |
| MGMT | 5.4M | +1.87% |
| Karen O and the Kids | 276k | +0.06% |
| Gregory and the Hawk | 434k | +1.28% |
| Guards | 156k | — |
| Sparklehorse | 987k | +1.40% |
| Jagwar Ma | 258k | — |
| Gary Jules | 1.0M | +0.77% |
| Jack Conte | 138k | +2.55% |
| Animal Kingdom | 122k | — |
| Youngblood Hawke | 353k | +1.28% |
| The Dandy Warhols | 1.6M | +0.59% |
| Alexi Murdoch | 943k | +0.43% |
| Foals | 2.2M | +1.16% |
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