Information about plays

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

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

{
    "id": 3598018,
    "uri": "https://api.kexp.org/v2/plays/3598018/?format=api",
    "airdate": "2025-12-30T13:41:55-08:00",
    "show": 65517,
    "show_uri": "https://api.kexp.org/v2/shows/65517/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Four Cornered Room",
    "track_id": null,
    "recording_id": "51737bfa-0e96-462c-a405-342b68de1422",
    "artist": "War",
    "artist_ids": [
        "3e6bbdb8-66c8-439c-a3d9-87391ce88740"
    ],
    "album": "The World Is a Ghetto",
    "release_id": null,
    "release_group_id": "ae18844a-d94e-380f-a558-78252d57dc9a",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out Kevin!\n---\nB-Side to \"The World Is A Ghetto\" single.\n---\nWar is on tour and will be in Seattle, January 29th, at Dimitriou's Jazz Alley! \n\nCheck out to see if they'll be performing in city near you:\nhttps://war.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}