Information about plays

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

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

{
    "id": 3593980,
    "uri": "https://api.kexp.org/v2/plays/3593980/?format=api",
    "airdate": "2025-12-21T10:24:48-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jingle Bells",
    "track_id": null,
    "recording_id": "69031ba1-df6b-4fa9-8ef9-121fe1f3797e",
    "artist": "Leo Watson",
    "artist_ids": [
        "61e1adc5-9260-4889-b0ed-40afc1575d0c"
    ],
    "album": "Hipsters’ Holiday: Vocal Jazz and R&B Classics",
    "release_id": null,
    "release_group_id": "947d010c-07ee-3c9c-8a26-c57fb4fd0247",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1946 recording, with The Vic Dickenson Quintet ; the B-side of the 78 was \"Snake Pit\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}