Information about plays

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

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

{
    "id": 3550016,
    "uri": "https://api.kexp.org/v2/plays/3550016/?format=api",
    "airdate": "2025-09-07T11:29:08-07:00",
    "show": 64499,
    "show_uri": "https://api.kexp.org/v2/shows/64499/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d98a33b-da8f-4764-b2bf-d0c97685f14c/35370980095-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d98a33b-da8f-4764-b2bf-d0c97685f14c/35370980095-250.jpg",
    "song": "Buffalo Road",
    "track_id": null,
    "recording_id": "4ca3a420-cb27-4afa-9b73-422ef85ebc38",
    "artist": "Gabe Carter",
    "artist_ids": [
        "49939bf2-2677-4704-8aad-122517739819"
    ],
    "album": "Tell Everybody! 21st Century Juke Joint Blues",
    "release_id": null,
    "release_group_id": "cf5eef13-aecf-43b5-8934-da4dee56fa10",
    "labels": [
        "Easy Eye Sound"
    ],
    "label_ids": [
        "895e5b19-d586-4f83-a2aa-2b00d4803ba4"
    ],
    "release_date": "2023-08-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carter was born in Indiana and raised in Michigan but was given the nickname Mississippi in recognition of the influence of the blues music that came out of the Bentonian region of the state.\n\nhttps://easyeyesound.bandcamp.com/album/tell-everybody-21st-century-juke-joint-blues-from-easy-eye-sound",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}