Information about plays

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

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

{
    "id": 3578911,
    "uri": "https://api.kexp.org/v2/plays/3578911/?format=api",
    "airdate": "2025-11-16T09:17:02-08:00",
    "show": 65126,
    "show_uri": "https://api.kexp.org/v2/shows/65126/?format=api",
    "image_uri": "https://coverartarchive.org/release/b06d0832-d737-4f12-83a0-e8ba3460a0d5/27203464147-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b06d0832-d737-4f12-83a0-e8ba3460a0d5/27203464147-250.jpg",
    "song": "James Alley Blues",
    "track_id": null,
    "recording_id": "e6a5abb9-7071-4f3c-9886-4dd72595dc60",
    "artist": "Alice Stuart",
    "artist_ids": [
        "c5bca5a8-1357-4f4c-8544-b36c814ff6d6"
    ],
    "album": "All the Good Times",
    "release_id": null,
    "release_group_id": "ce57d3af-7a1a-496f-89ed-ce1243db796a",
    "labels": [
        "Arhoolie"
    ],
    "label_ids": [
        "148498ac-d0d5-40ff-ad4c-50a0a6654564"
    ],
    "release_date": "1964-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born in Chelan, Washington, Stuart went on to play folk and blues with Mississippi John Hurt and Frank Zappa. This was his debut, reissued in 2002 via Arhoolie.\n\nhttp://alicestuart.bandcamp.com/album/all-the-good-times",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}