Information about plays

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

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

{
    "id": 3594068,
    "uri": "https://api.kexp.org/v2/plays/3594068/?format=api",
    "airdate": "2025-12-21T15:18:15-08:00",
    "show": 65440,
    "show_uri": "https://api.kexp.org/v2/shows/65440/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shadows",
    "track_id": "b163f9c9-048c-3177-9e75-092f163bac6c",
    "recording_id": "0649ca4b-9175-4228-98dd-81f763de58b6",
    "artist": "Sunny Day Real Estate",
    "artist_ids": [
        "86b24e8f-a4d9-4c84-83ee-fde0d14ad9fa"
    ],
    "album": "Diary",
    "release_id": "8838d557-42df-4ebd-88a4-f74cbc33e8f8",
    "release_group_id": "12e88251-2cde-3bea-9cee-2d8c7fe65039",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1994-05-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Diary was different from those released by popular Seattle grunge bands at the time, showcasing a melodic, yet urgent sound. Its influence has been observed in the works of subsequent releases in the genre.\n\nDespite being the only album by the band not to chart, it has since become the seventh best-selling album released on Sub Pop, having sold more than 231,000 copies.\n\nIn a retrospective article about the 40 greatest emo albums of all time, Rolling Stone wrote that Diary \"captures the vague inner-turmoil of Enigk's lyrics and propels those turbulent emotions to the heavens.\" https://tinyurl.com/mr3uwtke",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}