Information about plays

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

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

{
    "id": 3616945,
    "uri": "https://api.kexp.org/v2/plays/3616945/?format=api",
    "airdate": "2026-02-13T10:34:35-08:00",
    "show": 65921,
    "show_uri": "https://api.kexp.org/v2/shows/65921/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dewayne",
    "track_id": "48d33ad1-2f7a-4d6b-89ed-10e7982be79a",
    "recording_id": "ac7600e3-d541-4d5d-b0e0-9016749d4648",
    "artist": "Jesse Sykes & The Sweet Hereafter",
    "artist_ids": [
        "254b5419-1819-49c9-abcf-6e9b8210ebf4"
    ],
    "album": "Forever, I’ve Been Being Born",
    "release_id": "0796bd96-0e2f-47c3-8cc0-bdb7ecf69206",
    "release_group_id": "38a03ae6-266b-4404-8f10-f4383b20d923",
    "labels": [
        "Southern Lord"
    ],
    "label_ids": [
        "3b78c7e5-6292-4f6b-b921-bdcbe681ea27"
    ],
    "release_date": "2025-11-28",
    "rotation_status": "R",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Dewayne\" comes from Seattle band Jesse Sykes & The Sweet Hereafter's 2025 album, Forever, I've Been Being Born', their fifth album since 2002, and first since 2011's Marble Son.\n\nhttps://jessesykesandthesweethereafter.bandcamp.com\n\nYou can catch Jesse Sykes on tour soon with The Third Mind! \n\n-Seattle on February 20th and 21st at The Rabbit Box Theatre\n\n-San Francisco on March 21st at The Chapel",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}