Information about plays

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

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

{
    "id": 3549631,
    "uri": "https://api.kexp.org/v2/plays/3549631/?format=api",
    "airdate": "2025-09-06T13:57:03-07:00",
    "show": 64492,
    "show_uri": "https://api.kexp.org/v2/shows/64492/?format=api",
    "image_uri": "https://ia600207.us.archive.org/5/items/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb-42756596669_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/5/items/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb/mbid-0134244e-6e7d-43b0-b627-c54e89a7c6cb-42756596669_thumb250.jpg",
    "song": "Where I End and You Begin",
    "track_id": "b7f30f27-caf4-4107-87fa-fa7cc8fa8dfd",
    "recording_id": "2e6af71f-8f66-4469-bed8-e12047aa68d7",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "Hail to the Thief (Live Recordings 2003–2009)",
    "release_id": "0134244e-6e7d-43b0-b627-c54e89a7c6cb",
    "release_group_id": "44419ec0-d44a-4ec5-875c-d08f5c7ec13c",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2025-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is a live version of Where I End and You Behin from the newly released album Hail to the Thief a collection of live recordings from 2003-2009.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}