Information about plays

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

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

{
    "id": 3639767,
    "uri": "https://api.kexp.org/v2/plays/3639767/?format=api",
    "airdate": "2026-04-09T06:03:07-07:00",
    "show": 66405,
    "show_uri": "https://api.kexp.org/v2/shows/66405/?format=api",
    "image_uri": "https://ia601301.us.archive.org/13/items/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6-6125652332_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/13/items/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6/mbid-df2d5b95-b069-4b03-b0d1-90eb4ba619e6-6125652332_thumb250.jpg",
    "song": "Come Fly With Me",
    "track_id": "9fd68224-360b-3800-ac4f-46564638e0c1",
    "recording_id": "c118d858-5a10-4f78-b137-2ecf28faf000",
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "The Very Best of Frank Sinatra",
    "release_id": "df2d5b95-b069-4b03-b0d1-90eb4ba619e6",
    "release_group_id": "80467537-973d-3820-b907-f1b885dda8ed",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1997-06-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Continuing our mission to play some songs that have been used in space to wake up astronauts. Come Fly With Me was played during the Apollo 11 mission, often cited as the first music on the Moon, July 20, 1969. \n\nCheck out NASA's chronology of wake up calls here: https://www.nasa.gov/wp-content/uploads/2023/07/wakeup-calls.pdf",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}