Information about plays

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

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

{
    "id": 3599646,
    "uri": "https://api.kexp.org/v2/plays/3599646/?format=api",
    "airdate": "2026-01-03T12:28:04-08:00",
    "show": 65553,
    "show_uri": "https://api.kexp.org/v2/shows/65553/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Your Head Up",
    "track_id": "78a6291e-7722-4c4b-9dde-7a428fe6c2cc",
    "recording_id": "093b4d16-1c2c-479a-84c9-c373d091550a",
    "artist": "Preservation Hall Jazz Band",
    "artist_ids": [
        "1a9b4e0d-05e2-4491-83f0-a4a676283f99"
    ],
    "album": "A Tuba to Cuba",
    "release_id": "cb013e40-1432-4d5c-b802-25dfd69a98e1",
    "release_group_id": "85eb74c8-9aa2-48ec-bdc6-b8c5794c8dc7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Preservation Hall Jazz Band were in our studio in 2019 for a scintillating live performance that included \"Keep Your Head Up\": https://www.youtube.com/watch?v=qoPxTShCUCE\n--\nMeet the entire collective here: https://www.preshallfoundation.org/meet-the-collective",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}