Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3621955/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3621955,
    "uri": "https://api.kexp.org/v2/plays/3621955/?format=api",
    "airdate": "2026-02-25T03:38:55-08:00",
    "show": 66024,
    "show_uri": "https://api.kexp.org/v2/shows/66024/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "DESAPEGO",
    "track_id": "470964c2-19e5-46e9-99cc-330fe33ebb22",
    "recording_id": "4bbb927d-cc08-49bc-b7ba-d1b673a45943",
    "artist": "Ana Tijoux & DJ Dacel feat. Tremendo",
    "artist_ids": [
        "3b15f5c4-51bd-4fc3-b1cb-047c02c775ca",
        "df6d26d0-6a06-4791-975b-8ebcacf4ffda",
        "3ac6b6fc-05e9-456f-a7d8-6ddf69756d3f"
    ],
    "album": "DESAPEGO",
    "release_id": "d03bfa4f-398d-47a3-86c7-c585e279aed7",
    "release_group_id": "f4f882e6-edda-4e10-abe1-b8e97956e277",
    "labels": [
        "Victoria Producciones"
    ],
    "label_ids": [
        "34708a55-5473-4b3c-a8c9-d15e890cb265"
    ],
    "release_date": "2026-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=sD5uujNPZas\n\nCheck out Anna Tijoux live on KEXP: https://www.youtube.com/watch?v=zw2bF73q2Us",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}