Information about plays

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

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

{
    "id": 3591119,
    "uri": "https://api.kexp.org/v2/plays/3591119/?format=api",
    "airdate": "2025-12-14T19:18:51-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb1eb757-0a21-4e97-b4f9-71ee525e393d/42031596022-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb1eb757-0a21-4e97-b4f9-71ee525e393d/42031596022-250.jpg",
    "song": "Ain’t No Chimneys in the Project",
    "track_id": null,
    "recording_id": "ff01a34c-2118-406d-bfca-6c725e3f5e0b",
    "artist": "Sharon Jones and the Dap‐Kings",
    "artist_ids": [
        "8d50cd20-34f2-4abe-ba16-0759ee0fb9f5"
    ],
    "album": "It’s a Holiday Soul Party",
    "release_id": null,
    "release_group_id": "0d2e08b3-4856-40b8-bb39-e2a51d6c3a52",
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [],
    "release_date": "2015-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sharon Jones and the Dap‐Kings released \"Ain’t No Chimneys in the Project\" on the 2015 album It’s a Holiday Soul Party.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}