Information about plays

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

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

{
    "id": 3595559,
    "uri": "https://api.kexp.org/v2/plays/3595559/?format=api",
    "airdate": "2025-12-24T22:48:25-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa Claus Goes Straight to the Ghetto",
    "track_id": null,
    "recording_id": "a3409b6d-bd06-4cdf-8718-3b07efe42fe7",
    "artist": "Snoop Doggy Dogg feat. Dat Nigga Daz, Tray Deee, Bad Azz & Nate Dogg",
    "artist_ids": [
        "f90e8b26-9e52-4669-a5c9-e28529c47894",
        "1964d560-1e82-4879-bd6e-3cbfb7dba01e",
        "28658c41-ae08-45dc-b593-42d393df1381",
        "428bdc7a-373c-4cd0-b3a7-1cec7ce868bf",
        "405528df-2632-4730-80fc-83e775a97651"
    ],
    "album": "Christmas on Death Row",
    "release_id": null,
    "release_group_id": "285368ea-7649-3c51-879b-db9a82d93907",
    "labels": [
        "Death Row Records"
    ],
    "label_ids": [
        "2285cdbd-a7b6-464a-9bc0-c549051454d9"
    ],
    "release_date": "1995-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}