Information about plays

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

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

{
    "id": 3541167,
    "uri": "https://api.kexp.org/v2/plays/3541167/?format=api",
    "airdate": "2025-08-17T09:59:00-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/a1993852-0932-42cb-a1e1-945c724826bd/36658636050-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a1993852-0932-42cb-a1e1-945c724826bd/36658636050-250.jpg",
    "song": "I Gotta Get Drunk",
    "track_id": null,
    "recording_id": "5c00489f-5a3f-4c1a-92fb-81dd6ea7326d",
    "artist": "Jim Ringer",
    "artist_ids": [
        "5c0e5fd4-d51c-419a-8f91-7fdead7c850a"
    ],
    "album": "Waitin' for the Hard Times to Go",
    "release_id": null,
    "release_group_id": "c455bd57-635f-4f86-b7b4-3d914c3acc21",
    "labels": [
        "Folk-Legacy Records"
    ],
    "label_ids": [
        "9045a793-d424-45ae-b522-322cf1ba8029"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "At the time of this album's recording in 1972, Ringer did not possess a steady address and had spent much of his life as a traveling laborer, working various construction jobs as he drifted through the West.\nhttps://folkways.si.edu/jim-ringer/waitin-for-the-hard-time-to-go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}