Information about plays

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

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

{
    "id": 3568430,
    "uri": "https://api.kexp.org/v2/plays/3568430/?format=api",
    "airdate": "2025-10-22T08:18:01-07:00",
    "show": 64902,
    "show_uri": "https://api.kexp.org/v2/shows/64902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Masters Of War",
    "track_id": null,
    "recording_id": "4fdbf984-29d7-4512-ba8d-e00fd67b50ff",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "The Freewheelin’ Bob Dylan",
    "release_id": null,
    "release_group_id": "169b62aa-c3a5-3ed9-bed1-cc47c4bc51ad",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1963-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hey John, wanted to say hello and let you know that I’m a fan since my brother Francisco introduced me to the show. Thank you for keeping kexp and the love of music despite everything.\n\nGreetings from Alicante, Spain. \n\nIf possible, want to dedicate any bob dylan to my Brother Francisco, and send all the love to him all the way to Seattle.\n\nThanks.\nOmar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}