Information about plays

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

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

{
    "id": 3595303,
    "uri": "https://api.kexp.org/v2/plays/3595303/?format=api",
    "airdate": "2025-12-24T09:34:18-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It's Christmas Time",
    "track_id": null,
    "recording_id": "9656d451-53ce-448b-b819-615358e426ac",
    "artist": "Clifton Chenier",
    "artist_ids": [
        "db1a3066-1586-495d-a09c-1312cabab5be"
    ],
    "album": "King of the Bayous",
    "release_id": null,
    "release_group_id": "598471f0-127b-4090-a26f-c05d6217d9af",
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The undisputed \"King of Zydeco,\" Clifton Chenier was the first Creole to be presented a Grammy award on national television. --Allmusic https://tinyurl.com/by5n3tty\n\nSingle on Bayou Records in Dec 1968; long-form live promo video for him and His Red Hot Louisiana Band: https://www.youtube.com/watch?v=BgN4Zyg6GHo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}