Information about plays

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

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

{
    "id": 3567132,
    "uri": "https://api.kexp.org/v2/plays/3567132/?format=api",
    "airdate": "2025-10-19T09:00:17-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a372dc4-e064-4a43-b6bd-37a41ec46cc1/5935384951-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a372dc4-e064-4a43-b6bd-37a41ec46cc1/5935384951-250.jpg",
    "song": "Coffee Cold",
    "track_id": null,
    "recording_id": "a33bae02-a95b-4841-8a86-e4b9181956dd",
    "artist": "Galt MacDermot",
    "artist_ids": [
        "479e16b4-2b26-40d1-ba65-9ce5ea8ae6a6"
    ],
    "album": "Shapes of Rhythm",
    "release_id": null,
    "release_group_id": "ef4732a9-d90a-3f8c-87c4-b4172d558d62",
    "labels": [
        "Kilmarnock"
    ],
    "label_ids": [
        "0ce9ff29-92bc-487d-8afa-a377770303a6"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "McDermot would go on to compose the music for the HAIR musical, but before that he composed the soundtrack to a movie for clothes designer Yves St. Laurent.\nRead more about the Canadian composer\nhttps://www.cbc.ca/music/how-canadian-composer-galt-macdermot-unwittingly-became-rap-royalty-1.6102281",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}