Information about plays

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

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

{
    "id": 3646762,
    "uri": "https://api.kexp.org/v2/plays/3646762/?format=api",
    "airdate": "2026-04-25T22:36:59-07:00",
    "show": 66552,
    "show_uri": "https://api.kexp.org/v2/shows/66552/?format=api",
    "image_uri": "https://coverartarchive.org/release/5ef70ec1-c00d-49b7-a710-cbbc3bf9eb32/36721172570-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5ef70ec1-c00d-49b7-a710-cbbc3bf9eb32/36721172570-250.jpg",
    "song": "Rebels Without a Cause",
    "track_id": null,
    "recording_id": "860c666f-f283-4707-aec3-8617e3e3a3c1",
    "artist": "Mock Execution",
    "artist_ids": [
        "63dccae5-cfad-4267-89a6-0e45ac878576"
    ],
    "album": "Circle Of Madness",
    "release_id": null,
    "release_group_id": "450837d2-9bb3-4e50-b190-f7cc77d052cc",
    "labels": [
        "La vida es un mus"
    ],
    "label_ids": [
        "19597ca8-ff67-4838-8cc0-f562322aa3bc"
    ],
    "release_date": "2023-09-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chicago. Playing in Seattle on May 16th at the Black Lodge with Endless Joy, Shanked, and Army of God. All ages.\n\nhttps://mockexecutionpunk.bandcamp.com/album/killed-by-mock-execution",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}