🗺️ World Map
Home · 위쪽은 지도만 · 국가를 고르면 그 아래에 국가 요약, 방송국 목록, 인기곡(30일)이 각각 따로 나옵니다. — countries · ▶ 재생은 목록에서.
🔥 Hot Today
Ranked by airplay in our index for one UTC calendar day (see date below).
📈 Rising songs
Sharp jump in stations or plays vs the previous window — momentum score
✨ New on air
Barely or never detected in the prior window, newly caught in the latest one (previous → ~0)
🔄 Back on air
Previously on few stations; now spreading to many more in this window
🎤 Top Artists
By total airplay count · last 30 days
🎼 Top Songs
By number of stations playing · last 30 days
🌍 Global Reach
Artists played across the most countries worldwide
📡 Song Spread
New songs spreading fast — click any song to see the map
📻 Most Active Stations
Stations with the most plays tracked — click to see what they play
🧠 Similar Artists SVD 277K+ artists
~100 artists linked by SVD (line opacity = match strength) — slow drift · click any bubble to load a fresh ~100 map centered on that artist
Taylor Swift
Radiohead
BTS
Daft Punk
Bob Marley
Miles Davis
Metallica
Powered by collaborative filtering on 277K+ unique artists — each view expands the graph from the center seed.
🎵 Genres
Station counts by tag — choose one to open the map with matches in the right-hand list (no separate search overlay).
⚡ API Reference
All endpoints free & open. Base:
https://api.airtune.ai · override with ?api=.Search
GET /search?q=jazz&limit=10
GET /stats
GET /countries
GET /tags
GET /stations/random
Charts & Intelligence
GET /charts/artists?days=30&limit=20 # Top artists
GET /charts/songs?days=30&limit=20 # Top songs
GET /charts/hot-today?limit=20 # Most played today
GET /charts/global-reach?limit=20 # Artists by country reach
GET /charts/active-stations?limit=20 # Most active stations
GET /charts/station-songs?id=xxx # Top songs for a station
GET /charts/rising?hours=6 # Rising songs
GET /charts/genre?tag=rock&days=7 # Genre chart
GET /charts/country?cc=US&days=30 # Country chart
GET /song/spread?artist=...&title=... # Cultural propagation
GET /song/stations?artist=... # Play history (title optional)
GET /charts/stats # Playlog stats
SVD Recommendations (base: /svd)
GET /svd/similar/artist/{name}?limit=10
GET /svd/similar/station/{id}?limit=10
GET /svd/search/artist?q=radio&limit=10
GET /svd/recommend/context?activity=coding
GET /svd/stats
MCP Server
# Install
pip install radiomcp
# Ask Claude or ChatGPT:
"Play some jazz radio"
"Find Korean radio stations"
Use this in your AI app
radiomcp — MCP server for internet radio. Uses the same live AirTune index.
pip install radiomcp