Information about plays

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

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

{
    "id": 3584928,
    "uri": "https://api.kexp.org/v2/plays/3584928/?format=api",
    "airdate": "2025-11-30T08:34:52-08:00",
    "show": 65251,
    "show_uri": "https://api.kexp.org/v2/shows/65251/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leaf and Shadow",
    "track_id": null,
    "recording_id": null,
    "artist": "Peter Knight",
    "artist_ids": [
        "b3c7be38-eecf-419e-b5ce-e2492c25f1fe"
    ],
    "album": "For a Moment the Sky Knew My Name",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Room40"
    ],
    "label_ids": [
        "2cdb358d-2f11-4f48-9f6f-1db1d9fe79e2"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off the latest album from Melbourne-based musician Peter Knight that's inspired by the water and the wind ~ https://peterknight.bandcamp.com/album/for-a-moment-the-sky-knew-my-name",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}