Information about plays

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

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

{
    "id": 3639891,
    "uri": "https://api.kexp.org/v2/plays/3639891/?format=api",
    "airdate": "2026-04-09T13:24:49-07:00",
    "show": 66408,
    "show_uri": "https://api.kexp.org/v2/shows/66408/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Amour, vacances et baroque",
    "track_id": null,
    "recording_id": "8068b67e-ede7-4294-86af-956e909d2b47",
    "artist": "Paul Piot & Paul Guiot",
    "artist_ids": [
        "dfc46d66-a315-4844-bb42-9e6c16e4b182",
        "007ea4de-5ee8-4625-bd03-e2f790fc12c4"
    ],
    "album": "Kitsch Pop",
    "release_id": null,
    "release_group_id": "9081bad9-9a74-3e65-912c-a83ba1e88d65",
    "labels": [
        "Chappell Recorded Music Library"
    ],
    "label_ids": [
        "89f384b5-518a-4f9b-b242-39234036ba3e"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Paul Piot, born on April 30, 1924, in Avignon, France, was a French composer and  musician.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}