Information about plays

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

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

{
    "id": 3413308,
    "uri": "https://api.kexp.org/v2/plays/3413308/?format=api",
    "airdate": "2024-10-16T08:09:26-07:00",
    "show": 61590,
    "show_uri": "https://api.kexp.org/v2/shows/61590/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corrina, Corrina",
    "track_id": null,
    "recording_id": "5461e7dd-09ba-4c8c-8d4f-9047e32cec9b",
    "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": "John:\n\nWe just celebrated my daughter Cora’s first birthday. One of the hardest parts of this mostly amazing year was starting daycare. Quickly, though, thanks to the Morning Show, the *drive* to daycare became one of my favorite parts of each day! It’s been such a joy to get that father-daughter time, hopefully molding her little mind to have excellent musical taste, and feeling the loving vibes and sense of community you cultivate so well. Thanks for being a big part of a cherished ritual of our growing family’s life!\n\n- Sam in South Seattle\n\nSong request: “Corrina, Corrina” by Bob Dylan",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}