Information about plays

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

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

{
    "id": 3595895,
    "uri": "https://api.kexp.org/v2/plays/3595895/?format=api",
    "airdate": "2025-12-25T15:14:59-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cool Cool Christmas",
    "track_id": null,
    "recording_id": "914588ce-26e8-40c2-b657-43b071387abf",
    "artist": "Bobbie & Boobie",
    "artist_ids": [
        "394b5880-2b83-423e-a121-0891e2c66599"
    ],
    "album": "Yulesville! (33 Rockin’ Rollin’ Christmas Blasters for the Cool Season)",
    "release_id": null,
    "release_group_id": "4159b133-7cf3-4919-a960-cc090a98ece8",
    "labels": [
        "Bear Family Records"
    ],
    "label_ids": [
        "bf19ea5d-45a8-4980-b050-1dd4f7194952"
    ],
    "release_date": "2019-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "recorded 1958\n\nhttps://www.discogs.com/release/13347084-Bobbie-And-Boobie-Teen-Age-Party-Cool-Cool-Xmas",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}