Information about plays

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

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

{
    "id": 3547982,
    "uri": "https://api.kexp.org/v2/plays/3547982/?format=api",
    "airdate": "2025-09-02T12:30:06-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia800409.us.archive.org/18/items/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7-27373057722_thumb500.jpg",
    "thumbnail_uri": "https://ia800409.us.archive.org/18/items/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7/mbid-bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7-27373057722_thumb250.jpg",
    "song": "Muddy Water",
    "track_id": "15c1bd35-57b7-4e06-b441-e9f36a3975fd",
    "recording_id": "734a84fa-fffd-4d81-84f2-1cdccd3f7d47",
    "artist": "King Gizzard & The Lizard Wizard",
    "artist_ids": [
        "f58384a4-2ad2-4f24-89c5-c7b74ae1cce7"
    ],
    "album": "Gumboot Soup",
    "release_id": "bf89e0e1-a5de-4afe-8ce3-b4ccf2b98bb7",
    "release_group_id": "c6fc4f99-6c1f-46aa-8faf-2c22154d26c4",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-12-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch King Gizzard perform this one live for us in the KEXP studio (Cheryl was the host!): https://www.youtube.com/watch?v=1nCP4cWH184",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}