Information about plays

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

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

{
    "id": 3611818,
    "uri": "https://api.kexp.org/v2/plays/3611818/?format=api",
    "airdate": "2026-02-01T09:00:43-08:00",
    "show": 65812,
    "show_uri": "https://api.kexp.org/v2/shows/65812/?format=api",
    "image_uri": "https://coverartarchive.org/release/eedd4768-69ff-4d3d-b7a7-479c779e23cf/11950794559-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eedd4768-69ff-4d3d-b7a7-479c779e23cf/11950794559-250.jpg",
    "song": "When the Saints Go Marchin' In (Live)",
    "track_id": null,
    "recording_id": null,
    "artist": "Slim Harpo",
    "artist_ids": [
        "dcf7b2e3-d3aa-41e4-bba5-40515122f209"
    ],
    "album": "The Scratch: Rare and Unissued, Volume 1",
    "release_id": null,
    "release_group_id": "36840fc0-0e8b-4b42-9ce7-3e059a100695",
    "labels": [
        "Excello Records"
    ],
    "label_ids": [
        "3d5ba043-d106-42ac-a618-9dda4af719d3"
    ],
    "release_date": "1996-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This version of the hymnal was recorded live at The Sage Avenue Armory in Albany, NY.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}