Information about plays

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

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

{
    "id": 3633710,
    "uri": "https://api.kexp.org/v2/plays/3633710/?format=api",
    "airdate": "2026-03-26T02:07:33-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Southern Man",
    "track_id": null,
    "recording_id": "87c314fc-fef1-43d3-9c45-885bb1dc5eda",
    "artist": "Sylvester and the Hot Band",
    "artist_ids": [
        "3415158a-604b-46d1-a54a-40fd5b3aac50"
    ],
    "album": "Sylvester And The Hot Band",
    "release_id": null,
    "release_group_id": "6276852b-30d4-4fe6-94a8-4702976da051",
    "labels": [
        "Blue Thumb Records"
    ],
    "label_ids": [
        "c7818fff-a16b-4e27-868b-ca3cc5f9f082"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young cover, opening his 1973 debut album Sylvester & The Hot Band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}