Information about plays

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

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

{
    "id": 3637938,
    "uri": "https://api.kexp.org/v2/plays/3637938/?format=api",
    "airdate": "2026-04-04T22:11:56-07:00",
    "show": 66369,
    "show_uri": "https://api.kexp.org/v2/shows/66369/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Plan: 1",
    "track_id": null,
    "recording_id": null,
    "artist": "Skinhead",
    "artist_ids": [
        "81042f2e-2f8f-49fd-9afc-d2b07da3f3af"
    ],
    "album": "The Plan: 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Closed Casket Activities"
    ],
    "label_ids": [
        "0b29b4bf-2be4-4bc7-b204-b2234a9e9359"
    ],
    "release_date": "2026-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new 7 inch from this California supergroup.  Available for pre-order from Closed Casket Activities.\n\nhttps://skinhead.bandcamp.com/album/the-plan-1\nhttps://closedcasketactivities.com/collections/skinhead",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}