Information about plays

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

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

{
    "id": 3597936,
    "uri": "https://api.kexp.org/v2/plays/3597936/?format=api",
    "airdate": "2025-12-30T08:46:55-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "That’s the Way We Get By",
    "track_id": null,
    "recording_id": "1f0921c7-4797-4c66-86cc-892ca28565ab",
    "artist": "Johnny Nash",
    "artist_ids": [
        "0efaa6e3-3ef1-4481-bc01-aa3d5901dbdc"
    ],
    "album": "I Can See Clearly Now",
    "release_id": null,
    "release_group_id": "5de5b01c-3abf-46d9-9cb9-993d52b0ce6c",
    "labels": [
        "Sony Music UK"
    ],
    "label_ids": [
        "4029defc-63b1-4071-a49f-3f826f92ef71"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1972 album 'I Can See Clearly Now', which featured the Billboard #1 hit of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}