| Artist | Listeners | 13-week growth |
|---|---|---|
| Forth Wanderers | 242k | +2.35% |
| Ovlov | 394k | +1.99% |
| Pity Sex | 175k | — |
| Glocca Morra | 188k | +2.64% |
| Land of Talk | 355k | +1.25% |
| Hop Along | 256k | +1.19% |
| Glitterer | 147k | — |
| Jay Som | 496k | +2.71% |
| Wednesday | 393k | +3.88% |
| awakebutstillinbed | 68k | +3.23% |
| Computerwife | 179k | +3.18% |
| Tanukichan | 481k | +1.47% |
| Rainer Maria | 179k | +2.44% |
| Algernon Cadwallader | 253k | +2.63% |
| Stove | 185k | +1.75% |
| Palehound | 240k | +1.43% |
| Snowing | 163k | +1.84% |
| Empire! Empire! (I Was a Lonely Estate) | 198k | +3.64% |
| feeble little horse | 357k | +8.78% |
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