| Artist | Listeners | 13-week growth |
|---|---|---|
| Jonathan Coulton | 402k | +0.68% |
| Flight of the Conchords | 584k | +0.56% |
| Stephen Lynch | 272k | +0.22% |
| Bo Burnham | 1.2M | +2.94% |
| "Weird Al" Yankovic | 1000k | +1.91% |
| Da Vinci's Notebook | 180k | +1.92% |
| The Lonely Island | 1.3M | +1.21% |
| Thomas Benjamin Wild Esq | 31k | +3.54% |
| Tom Cardy | 262k | +4.84% |
| Tom Lehrer | 296k | +3.10% |
| Ninja Sex Party | 177k | +2.65% |
| Liam Lynch | 347k | +1.60% |
| Jon Lajoie | 357k | +3.82% |
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