Information about plays

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

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

{
    "id": 3595040,
    "uri": "https://api.kexp.org/v2/plays/3595040/?format=api",
    "airdate": "2025-12-23T19:37:35-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "God Rest Ye Merry Gentlemen",
    "track_id": null,
    "recording_id": "eee9c688-45a7-4843-8521-2175de3ca01b",
    "artist": "Banks Soundtech Steel Orchestra",
    "artist_ids": [
        "ccfb3320-3470-4b23-aad2-9c72c7da588c"
    ],
    "album": "A Putumayo World Christmas",
    "release_id": null,
    "release_group_id": "676507e4-89c4-33f1-a16d-5717fae555dd",
    "labels": [
        "Putumayo World Music"
    ],
    "label_ids": [
        "98049da0-a5be-49b9-8d95-770e2d7906d2"
    ],
    "release_date": "2000-10-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Steel pan group from Barbados, founded in 1966, and associated to and named for the main brewery of Barbados, Banks Breweries, that is its main sponsor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}