Information about plays

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

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

{
    "id": 3595901,
    "uri": "https://api.kexp.org/v2/plays/3595901/?format=api",
    "airdate": "2025-12-25T15:34:23-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4b87655-cade-448b-abaa-99bb105f396a/15627791168-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4b87655-cade-448b-abaa-99bb105f396a/15627791168-250.jpg",
    "song": "Christmas With the Devil",
    "track_id": null,
    "recording_id": "bdc00185-fee8-4cd3-81e4-664a9e5e6470",
    "artist": "Spın̈al Tap",
    "artist_ids": [
        "d0a0b3a2-ea58-4a7a-b18c-849d589bfac7"
    ],
    "album": "Break Like the Wind",
    "release_id": null,
    "release_group_id": "0d7b90f1-102d-3ee1-bd04-ac681468979f",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Rob Reiner\n\n\"This is Spinal Tap\nWishing you and yours the most joyous of holiday seasons\nGod bless us, everyone\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}