Information about plays

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

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

{
    "id": 3594266,
    "uri": "https://api.kexp.org/v2/plays/3594266/?format=api",
    "airdate": "2025-12-22T01:12:39-08:00",
    "show": 65444,
    "show_uri": "https://api.kexp.org/v2/shows/65444/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Be Home for Christmas",
    "track_id": null,
    "recording_id": "605edfee-d3b5-4375-b977-dd7557598a50",
    "artist": "McCoy Tyner",
    "artist_ids": [
        "22fe7b6f-af38-458e-87bd-8971e7a2912e"
    ],
    "album": "Jingle Bell Jazz",
    "release_id": null,
    "release_group_id": "e56d2398-5285-4108-a095-863107e70777",
    "labels": [
        "Sony Music Special Products"
    ],
    "label_ids": [
        "3f82f08e-8027-4995-aa64-8e338ff3805c"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mccoy Tyner on the Steinway  Concert Grand Piano",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}