| Artist | Listeners | 13-week growth |
|---|---|---|
| LFO | 442k | +1.73% |
| Richard H. Kirk | 42k | — |
| Mira Calix | 103k | — |
| The Higher Intelligence Agency | 52k | +0.36% |
| Balil | 36k | — |
| Speedy J | 150k | +1.98% |
| B12 | 107k | +0.96% |
| The Sabres of Paradise | 202k | — |
| Two Lone Swordsmen | 236k | — |
| Jimmy Edgar | 156k | — |
| Jake Slazenger | 13k | — |
| Musicology | 33k | +1.49% |
| Chris Clark | 204k | +0.10% |
| Plaid | 566k | +0.64% |
| The Black Dog | 266k | +1.68% |
| The Orb | 671k | +0.76% |
| Model 500 | 132k | — |
| Link | 54k | — |
| I.A.O. | 24k | — |
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