Information about plays

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

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

{
    "id": 3633968,
    "uri": "https://api.kexp.org/v2/plays/3633968/?format=api",
    "airdate": "2026-03-26T17:32:23-07:00",
    "show": 66286,
    "show_uri": "https://api.kexp.org/v2/shows/66286/?format=api",
    "image_uri": "https://coverartarchive.org/release/76a0bbbe-193c-425c-b552-550a858db59a/41174811624-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/76a0bbbe-193c-425c-b552-550a858db59a/41174811624-250.jpg",
    "song": "Main Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "Trevor Jones",
    "artist_ids": [
        "961f31f2-31bf-4469-bc66-f6a2fda12db5"
    ],
    "album": "The Dark Crystal",
    "release_id": null,
    "release_group_id": "60e7e77f-307e-373f-8037-75e806d47ec3",
    "labels": [
        "The Jim Henson Company"
    ],
    "label_ids": [
        "acb3c524-afe2-43e1-bfb1-9128dec0f514"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The voice of Cookie Monster was Frank Oz, who directed the Dark Crystal and many more!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}