Information about plays

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

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

{
    "id": 3627776,
    "uri": "https://api.kexp.org/v2/plays/3627776/?format=api",
    "airdate": "2026-03-11T14:51:44-07:00",
    "show": 66153,
    "show_uri": "https://api.kexp.org/v2/shows/66153/?format=api",
    "image_uri": "https://coverartarchive.org/release/547e0b17-c6d2-4c44-88a2-789a60857c9e/8830876166-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/547e0b17-c6d2-4c44-88a2-789a60857c9e/8830876166-250.jpg",
    "song": "Swing Down, Sweet Chariot",
    "track_id": null,
    "recording_id": "f4e74e6e-69d3-40cd-b97d-8ecb5c020320",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Live: P.Funk Earth Tour",
    "release_id": null,
    "release_group_id": "6c509a06-aa7c-420e-8a10-33c3773de78c",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The lyrics \"Swing down, sweet chariot, stop and let me ride\" quote the traditional spiritual \"Swing Down, Chariot.\" That's Glenn Goins singing here: https://genius.com/Parliament-swing-down-sweet-chariot-live-1977-lyrics\n--\nOh my goodness, watch The Mothership swing down into the Houston Summit in 1976: https://www.youtube.com/watch?v=zEfIkuTtzQ4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}