Information about plays

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

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

{
    "id": 3595158,
    "uri": "https://api.kexp.org/v2/plays/3595158/?format=api",
    "airdate": "2025-12-24T02:08:57-08:00",
    "show": 65461,
    "show_uri": "https://api.kexp.org/v2/shows/65461/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "December",
    "track_id": null,
    "recording_id": "5cc26020-ffb9-4acc-8c5c-7c572d37d313",
    "artist": "Earth, Wind & Fire",
    "artist_ids": [
        "535afeda-2538-435d-9dd1-5e10be586774"
    ],
    "album": "Holiday",
    "release_id": null,
    "release_group_id": "85db1372-ca6b-44c2-a5dc-9b195e1c7e90",
    "labels": [
        "Legacy"
    ],
    "label_ids": [
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2014-10-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is in fact an actual EW & F release: \"December\" comes from the 2014 holiday album \"Holiday\", reworking their 1978 hit \"September\".\n\n\"We never thought about doing a holiday album before, but Legacy/Sony asked [..].\" -- Verdine White",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}