Information about plays

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

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

{
    "id": 3551161,
    "uri": "https://api.kexp.org/v2/plays/3551161/?format=api",
    "airdate": "2025-09-10T05:00:18-07:00",
    "show": 64523,
    "show_uri": "https://api.kexp.org/v2/shows/64523/?format=api",
    "image_uri": "https://ia601901.us.archive.org/26/items/mbid-8c7b18fe-c68b-3bcf-980d-9d75208615e5/mbid-8c7b18fe-c68b-3bcf-980d-9d75208615e5-3375578215_thumb500.jpg",
    "thumbnail_uri": "https://ia601901.us.archive.org/26/items/mbid-8c7b18fe-c68b-3bcf-980d-9d75208615e5/mbid-8c7b18fe-c68b-3bcf-980d-9d75208615e5-3375578215_thumb250.jpg",
    "song": "At the Bottom of Everything",
    "track_id": "28df412e-8178-35a7-a5e9-5954e9b92d29",
    "recording_id": "f7ca48da-99df-45cc-ac18-25921ec9c234",
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "I’m Wide Awake, It’s Morning",
    "release_id": "8c7b18fe-c68b-3bcf-980d-9d75208615e5",
    "release_group_id": "d18d4a89-8da6-3b5d-b1c7-3910e4c0f12c",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2005-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was voted as #206 of the Best Opening Songs, as voted by YOU!\n\n“I’m Wide Awake, It’s Morning” is the sixth studio album by Bright Eyes, released on January 25, 2005. The album was ranked on several year-end lists for best albums and was also ranked at #50 on Rolling Stone list of \"Top 100 Albums of the Decade”.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}