Information about plays

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

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

{
    "id": 3550768,
    "uri": "https://api.kexp.org/v2/plays/3550768/?format=api",
    "airdate": "2025-09-09T07:11:05-07:00",
    "show": 64516,
    "show_uri": "https://api.kexp.org/v2/shows/64516/?format=api",
    "image_uri": "https://ia600202.us.archive.org/27/items/mbid-57b15b44-0d31-40bd-9abc-aa13b1ddb307/mbid-57b15b44-0d31-40bd-9abc-aa13b1ddb307-23731833922_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/27/items/mbid-57b15b44-0d31-40bd-9abc-aa13b1ddb307/mbid-57b15b44-0d31-40bd-9abc-aa13b1ddb307-23731833922_thumb250.jpg",
    "song": "Your Hand in Mine",
    "track_id": "9782a21c-03aa-315b-82cd-938b93ae1097",
    "recording_id": "4e7338bc-eb84-44ad-8532-8329267992a0",
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "The Earth Is Not a Cold Dead Place",
    "release_id": "57b15b44-0d31-40bd-9abc-aa13b1ddb307",
    "release_group_id": "dfc9abdd-b9b8-3cea-b760-cb620e20825e",
    "labels": [
        "Temporary Residence Limited"
    ],
    "label_ids": [
        "ce05124e-f6be-4f68-b73a-1dfda9e2b576"
    ],
    "release_date": "2003-11-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Earth Is Not A Cold Dead Place is an album about hope. Its cover, designed by Esteban Rey, bears its titular statement scrawled over and over in stark black handwriting, a defiantly positive mantra in the post-9/11 landscape. https://bit.ly/40ArTBb http://www.explosionsinthesky.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}