Information about plays

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

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

{
    "id": 3543949,
    "uri": "https://api.kexp.org/v2/plays/3543949/?format=api",
    "airdate": "2025-08-23T22:14:43-07:00",
    "show": 64371,
    "show_uri": "https://api.kexp.org/v2/shows/64371/?format=api",
    "image_uri": "https://ia801503.us.archive.org/35/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb500.jpg",
    "thumbnail_uri": "https://ia601503.us.archive.org/35/items/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d/mbid-a3b1d148-d444-3f6a-84a6-add7c21b698d-23429127260_thumb250.jpg",
    "song": "TV Party",
    "track_id": "8dbe43ac-4fea-3950-ad56-88a72054abce",
    "recording_id": "0ec7430b-fd86-494f-a74b-14c729640f78",
    "artist": "Black Flag",
    "artist_ids": [
        "9941a936-196a-4a62-ae53-a69cbc33f20e"
    ],
    "album": "Damaged",
    "release_id": "a3b1d148-d444-3f6a-84a6-add7c21b698d",
    "release_group_id": "2cf40300-0f67-3136-9b84-57104f1f7a50",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1988-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original version of the song, was released as part of their masterwork Damaged. This was followed up some months later by a new version recorded for the TV Party EP. Together they called out the following shows:\n\nThat’s Incredible!\nHill Street Blues\nDallas\nFridays\nQuincy\nSaturday Night Live\nMonday Night Football\nThe Jeffersons (LP version only)\nVega$ (LP version only)\nDynasty (EP version only)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}