| Artist | Listeners | 13-week growth |
|---|---|---|
| Einar Solberg | 14k | — |
| Klimt 1918 | 32k | — |
| Khoma | 49k | — |
| Crippled Black Phoenix | 252k | +0.61% |
| Silo | 145k | +19.02% |
| Oh Hiroshima | 102k | +2.72% |
| Caspian | 512k | +0.48% |
| Kokomo | 34k | — |
| *shels | 110k | — |
| A Swarm of the Sun | 70k | — |
| Long Distance Calling | 184k | — |
| Lost In Kyiv | 7.3k | — |
| If These Trees Could Talk | 352k | +1.00% |
| pg.lost | 269k | +0.34% |
| Red Sparowes | 360k | +0.16% |
| Russian Circles | 528k | +0.93% |
| O'Brother | 71k | +1.23% |
| Blueneck | 97k | — |
| The End of the Ocean | 150k | +1.19% |
| A.A. Williams | 45k | +6.04% |
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