Information about plays

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

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

{
    "id": 3636400,
    "uri": "https://api.kexp.org/v2/plays/3636400/?format=api",
    "airdate": "2026-04-01T10:18:28-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn711202.ca.archive.org/0/items/mbid-d7695765-5d64-485d-a170-07cb7881dc8f/mbid-d7695765-5d64-485d-a170-07cb7881dc8f-22530898055_thumb500.jpg",
    "thumbnail_uri": "https://dn711202.ca.archive.org/0/items/mbid-d7695765-5d64-485d-a170-07cb7881dc8f/mbid-d7695765-5d64-485d-a170-07cb7881dc8f-22530898055_thumb250.jpg",
    "song": "Lay Low",
    "track_id": "1a7e1da7-128e-3c3d-bf6f-7ffa7fe132b9",
    "recording_id": "3b2537db-1dfe-4aaa-b038-ac199a8cc8fa",
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Z",
    "release_id": "d7695765-5d64-485d-a170-07cb7881dc8f",
    "release_group_id": "3e3d75c0-48a4-3def-8dc3-b417b2d6e5e7",
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "My Morning Jacket is the rock band from Louisville, Kentucky that founded in 1998.\n\nMMJ kicks off their tour this month! \n\nThey'll have a seven-night stand in San Francisco at the Fillmore starting October 3rd!\n\nhttps://mymorningjacket.com/#tour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}