Information about plays

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

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

{
    "id": 3595599,
    "uri": "https://api.kexp.org/v2/plays/3595599/?format=api",
    "airdate": "2025-12-25T00:43:59-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Presents for Christmas",
    "track_id": null,
    "recording_id": "38fa17a1-f954-41e9-8550-a2db685fc362",
    "artist": "Solomon Burke",
    "artist_ids": [
        "d5c79890-36c5-4f1b-bed3-4468eee093f3"
    ],
    "album": "King Solomon",
    "release_id": null,
    "release_group_id": "e1af8b96-b8df-411f-80c2-d081c5ccaa9c",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}