Information about plays

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

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

{
    "id": 3599886,
    "uri": "https://api.kexp.org/v2/plays/3599886/?format=api",
    "airdate": "2026-01-03T22:27:56-08:00",
    "show": 65557,
    "show_uri": "https://api.kexp.org/v2/shows/65557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pariah",
    "track_id": null,
    "recording_id": "9c033950-48d5-427c-a3aa-06bd4db73cbe",
    "artist": "Regional Justice Center",
    "artist_ids": [
        "64ad5550-e93f-4add-80c3-e6b651f4f250"
    ],
    "album": "Freedom Sweet Freedom",
    "release_id": null,
    "release_group_id": "30b0d87d-ed2a-497b-bb51-c2a58163ec65",
    "labels": [
        "Closed Casket Activities"
    ],
    "label_ids": [
        "0b29b4bf-2be4-4bc7-b204-b2234a9e9359"
    ],
    "release_date": "2024-09-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Regional Justice Center formed in Seattle before relocating to California\n\nhttps://regionaljusticecenter.bandcamp.com/album/freedom-sweet-freedom",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}