Information about plays

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

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

{
    "id": 3577592,
    "uri": "https://api.kexp.org/v2/plays/3577592/?format=api",
    "airdate": "2025-11-13T09:16:09-08:00",
    "show": 65097,
    "show_uri": "https://api.kexp.org/v2/shows/65097/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Questions",
    "track_id": null,
    "recording_id": null,
    "artist": "Kim Virant",
    "artist_ids": [
        "c73acb5b-fc56-4294-b5fd-1b60d490451c"
    ],
    "album": "Unreleased song",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "From Kim Virant, with music by Max Rose\n\"I wrote it some months after my father died (Dec '22), Our relationship had always been complicated so it took a bit to untangle just what I was feeling.  \nBasically - I should've just asked him about things - but you know the human condition.\nHope you dig it and it's right for the show.\nTake care\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}