Information about plays

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

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

{
    "id": 3637549,
    "uri": "https://api.kexp.org/v2/plays/3637549/?format=api",
    "airdate": "2026-04-04T03:37:33-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://ia600500.us.archive.org/9/items/mbid-8f9fe581-d839-4ccf-91a4-15929a2ee623/mbid-8f9fe581-d839-4ccf-91a4-15929a2ee623-30572636260_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-8f9fe581-d839-4ccf-91a4-15929a2ee623/mbid-8f9fe581-d839-4ccf-91a4-15929a2ee623-30572636260_thumb250.jpg",
    "song": "Spring",
    "track_id": "65f377c0-f85f-4697-944a-6bcd15a9d722",
    "recording_id": "87bbfc32-96c7-4450-826a-b3f3fd6d25fc",
    "artist": "Explosions in the Sky",
    "artist_ids": [
        "4236acde-2ce2-441c-a3d4-38d55f1b5474"
    ],
    "album": "Big Bend (An original Soundtrack for Public Television)",
    "release_id": "8f9fe581-d839-4ccf-91a4-15929a2ee623",
    "release_group_id": "14c30e39-eba8-4a76-a0cd-3b4456edaa1b",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2021-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}