Information about plays

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

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

{
    "id": 3604633,
    "uri": "https://api.kexp.org/v2/plays/3604633/?format=api",
    "airdate": "2026-01-15T09:51:50-08:00",
    "show": 65656,
    "show_uri": "https://api.kexp.org/v2/shows/65656/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry, Cherry",
    "track_id": null,
    "recording_id": "0f28951d-5c83-406e-a512-61fa64245984",
    "artist": "Neil Diamond",
    "artist_ids": [
        "a42d3fd5-55de-4206-86c3-4fbb5404018f"
    ],
    "album": "The Feel of Neil Diamond",
    "release_id": null,
    "release_group_id": "9b5fd8b8-3f1c-3bec-a690-5226ab171a0f",
    "labels": [
        "Bang Records"
    ],
    "label_ids": [
        "e4173dcc-2a32-48ac-89b3-13e83472f26a"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning all\nHere is my PSA...go see the Neil Diamond musical, A Beautiful Noise. It is spectacular and the voices of the actors playing Neil Diamond are absolutely incredible. Thank you for your service and attention to this matter.\n==\nKatrina of KEXP fame adds\nMarc and I saw it a week or two ago…so great if you like Neil Diamond and made me think of my mom as I imagine it would make you think of yours.\nHugh Jackman and Kate Hudson were amazing.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}