Information about plays

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

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

{
    "id": 3593134,
    "uri": "https://api.kexp.org/v2/plays/3593134/?format=api",
    "airdate": "2025-12-19T16:00:46-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Deadstick",
    "track_id": "f85c2d05-4ae3-49f2-a5a9-071781bcb990",
    "recording_id": "a4a3374a-065d-431d-b4d0-e228f002ac1c",
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Phantom Island",
    "release_id": "cb7ab115-e6d9-48da-a05f-316ded9fca8b",
    "release_group_id": "716f0986-f131-4e3c-a140-55845bbded3c",
    "labels": [
        "p(doom) Records"
    ],
    "label_ids": [
        "00b22497-81b3-454d-bbdc-89ab65bbb9a2"
    ],
    "release_date": "2025-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#32! Sir Gizz and the Lizz Wizz\n\nWitness the Giz on the road this summer playing \"Phantom Island\" with a different orchestra in each city!\n\nhttps://kinggizzard.bandcamp.com/album/phantom-island",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}