Information about plays

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

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

{
    "id": 3633773,
    "uri": "https://api.kexp.org/v2/plays/3633773/?format=api",
    "airdate": "2026-03-26T06:08:48-07:00",
    "show": 66282,
    "show_uri": "https://api.kexp.org/v2/shows/66282/?format=api",
    "image_uri": "https://dn721807.ca.archive.org/0/items/mbid-90d438cc-6ea2-4802-bae2-55bdabc940b3/mbid-90d438cc-6ea2-4802-bae2-55bdabc940b3-36484036549_thumb500.jpg",
    "thumbnail_uri": "https://dn721807.ca.archive.org/0/items/mbid-90d438cc-6ea2-4802-bae2-55bdabc940b3/mbid-90d438cc-6ea2-4802-bae2-55bdabc940b3-36484036549_thumb250.jpg",
    "song": "You Only Live Twice",
    "track_id": "c4ecd111-d44b-4b64-9f9e-73afd9970d27",
    "recording_id": "8bfadc15-42a5-4a93-9abf-b4c09d9ecccf",
    "artist": "Nancy Sinatra",
    "artist_ids": [
        "c2e36518-9c3b-4dcb-82ad-a3fc7fe99c67"
    ],
    "album": "Greatest Hits",
    "release_id": "90d438cc-6ea2-4802-bae2-55bdabc940b3",
    "release_group_id": "dffe07f6-d1ed-3e94-8826-6b738e4cae1c",
    "labels": [
        "Paradiso"
    ],
    "label_ids": [
        "531931ef-f100-4ba2-9303-7097f70717a3"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Theme song to the 1967 James Bond film of the same name 'You Only Live Twice'. \n\nCheck out the classic movie opening credits: \nhttps://youtu.be/hs8uYxTJ530",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}