Information about plays

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

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

{
    "id": 3594493,
    "uri": "https://api.kexp.org/v2/plays/3594493/?format=api",
    "airdate": "2025-12-22T13:58:46-08:00",
    "show": 65449,
    "show_uri": "https://api.kexp.org/v2/shows/65449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Snowman",
    "track_id": "2e972356-43b7-4e60-b909-0a815ae7818e",
    "recording_id": "065204cc-177d-4796-b999-482a307c2eaa",
    "artist": "Blonde Redhead",
    "artist_ids": [
        "6821bf3f-5d5b-4b0f-8fa4-79d2ab2d9219"
    ],
    "album": "Sit Down for Dinner",
    "release_id": "652b9514-8e34-4bbf-a23d-dd039d868f8f",
    "release_group_id": "bf41dab1-2920-4e61-aad7-69d2a42d24bc",
    "labels": [
        "section1"
    ],
    "label_ids": [
        "0fef83ca-925d-4a0a-84a0-bc7a2e5fb477"
    ],
    "release_date": "2023-09-29",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out this 2023 Live on KEXP session with Blonde Redhead where the band performed songs from 'Sit Down for Dinner': \n\nhttps://www.youtube.com/watch?v=ESZwc3Clbvc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}