Information about plays

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

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

{
    "id": 3636238,
    "uri": "https://api.kexp.org/v2/plays/3636238/?format=api",
    "airdate": "2026-04-01T01:35:29-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/2ab4f227-52de-43c6-bb30-cf6610cc2ddf/24608809143-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2ab4f227-52de-43c6-bb30-cf6610cc2ddf/24608809143-250.jpg",
    "song": "Holding Hands in the Shower",
    "track_id": null,
    "recording_id": "67c8475a-3aea-4d48-8e54-063d7e96a1cf",
    "artist": "Natalie Portman's Shaved Head",
    "artist_ids": [
        "6b995d1d-d2b4-47df-a582-b82bfd96d055"
    ],
    "album": "Secret Crush",
    "release_id": null,
    "release_group_id": "940dcd16-1ada-4a6c-856e-be20d3799d63",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "AKA Brite Futures",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}