Information about plays

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

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

{
    "id": 3594854,
    "uri": "https://api.kexp.org/v2/plays/3594854/?format=api",
    "airdate": "2025-12-23T10:32:51-08:00",
    "show": 65456,
    "show_uri": "https://api.kexp.org/v2/shows/65456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Merry Christmas All",
    "track_id": null,
    "recording_id": "24cd14a0-3557-4754-992c-592038ef3649",
    "artist": "The Salsoul Orchestra",
    "artist_ids": [
        "ad580d3e-3e21-414f-b131-ecdb379d1c1e"
    ],
    "album": "Christmas Jollies",
    "release_id": null,
    "release_group_id": "5fb39b5f-aeeb-3c32-9757-1833a87ed826",
    "labels": [
        "Salsoul Records"
    ],
    "label_ids": [
        "edb659b4-29cb-48f2-9d48-4fcfe9656e73"
    ],
    "release_date": "1976-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Salsoul Orchestra released \"Merry Christmas All\" on the 1976 album Christmas Jollies, with Salsoul Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}