| Artist | Listeners | 13-week growth |
|---|---|---|
| Glocca Morra | 188k | +2.64% |
| From Indian Lakes | 201k | — |
| A Great Big Pile Of Leaves | 166k | — |
| Hop Along | 256k | +1.19% |
| Cursive | 706k | +0.79% |
| Jets to Brazil | 293k | +1.57% |
| Kevin Devine | 293k | — |
| Copeland | 599k | +0.35% |
| Slaughter Beach, Dog | 455k | +2.60% |
| Lydia | 313k | +0.64% |
| Circa Survive | 856k | +2.94% |
| It Looks Sad. | 215k | +1.63% |
| Pedro the Lion | 489k | +0.43% |
| Land of Talk | 355k | +1.25% |
| Microwave | 261k | +2.84% |
| Bay Faction | 176k | — |
| Now, Now | 306k | +1.00% |
| Morning Teleportation | 63k | — |
| Good Old War | 293k | — |
| Johnny Foreigner | 175k | +0.85% |
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