| Artist | Listeners | 13-week growth |
|---|---|---|
| Buffalo Killers | 54k | — |
| Radio Moscow | 339k | — |
| The Stone Foxes | 148k | — |
| Gary Clark Jr. | 529k | +0.97% |
| Left Lane Cruiser | 177k | — |
| Luke Winslow-King | 61k | — |
| Dan Auerbach | 610k | +1.04% |
| Anders Osborne | 66k | — |
| The Delta Saints | 45k | — |
| Little Hurricane | 101k | — |
| Black Pistol Fire | 255k | +1.27% |
| The Wanton Bishops | 69k | — |
| The Pack A.D. | 105k | +0.94% |
| The Arcs | 336k | — |
| Black Joe Lewis & The Honeybears | 151k | +0.87% |
| The Black Keys | 3.4M | +1.22% |
| North Mississippi Allstars | 192k | +0.41% |
| Mr. Airplane Man | 69k | — |
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