Information about plays

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

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

{
    "id": 3595256,
    "uri": "https://api.kexp.org/v2/plays/3595256/?format=api",
    "airdate": "2025-12-24T07:21:35-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Christmas, Baby",
    "track_id": null,
    "recording_id": "c74f7575-f515-476c-abbd-799cc632864c",
    "artist": "Vernon Garrett and Sir Stan & The Counts",
    "artist_ids": [
        "59f223fe-68e9-4f6a-bece-b90974b21ef6",
        "13a3c3b1-5443-49a6-9bf2-d153221efb6e"
    ],
    "album": "Santa's Funk & Soul Christmas Party",
    "release_id": null,
    "release_group_id": "4658f59f-c308-4903-9590-4ef1af053ea9",
    "labels": [
        "Tramp"
    ],
    "label_ids": [
        "e7ab6c54-1cbc-45b5-a4c1-c30fce33812c"
    ],
    "release_date": "2011-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}