Information about plays

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

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

{
    "id": 3555843,
    "uri": "https://api.kexp.org/v2/plays/3555843/?format=api",
    "airdate": "2025-09-21T09:41:44-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Picture Cards (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Blaze Foley",
    "artist_ids": [
        "519629b9-a971-4e27-9736-5e042555c211"
    ],
    "album": "Blaze Foley (Original Soundtrack)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Light In The Attic"
    ],
    "label_ids": [],
    "release_date": "2018-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Never recorded in a studio, this live version was recorded at The Outhouse in 1989 and is accompanied by the sound of people playing pool in the background.\nWatch Ben Dickey cover the Texan’s song in The Roadhouse Live on KEXP session in 2018 https://www.youtube.com/watch?v=RsL6GLcGO4o",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}