Information about plays

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

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

{
    "id": 3557950,
    "uri": "https://api.kexp.org/v2/plays/3557950/?format=api",
    "airdate": "2025-09-26T12:07:43-07:00",
    "show": 64665,
    "show_uri": "https://api.kexp.org/v2/shows/64665/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "Muddy Water",
    "track_id": null,
    "recording_id": null,
    "artist": "King Gizzard & the Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2018-06-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "King Gizzard & the Lizard Wizard shared this rendition of \"Muddy Water\" Live on KEXP in 2018! \n\nThe Melbourne band has graced the KEXP studios many times. Check out the full archive of performances here: https://tinyurl.com/yc463bx5\n\nTheir most recent release, Phantom Island, came out in June. https://kinggizzard.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}