Information about plays

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

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

{
    "id": 3673978,
    "uri": "https://api.kexp.org/v2/plays/3673978/?format=api",
    "airdate": "2026-06-29T10:26:54-07:00",
    "show": 67119,
    "show_uri": "https://api.kexp.org/v2/shows/67119/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-fe62681a-9e24-4e14-8fcf-3fd685b0af54/mbid-fe62681a-9e24-4e14-8fcf-3fd685b0af54-40605158970_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-fe62681a-9e24-4e14-8fcf-3fd685b0af54/mbid-fe62681a-9e24-4e14-8fcf-3fd685b0af54-40605158970_thumb250.jpg",
    "song": "Robots (live)",
    "track_id": "766ec9b1-151d-3a9b-abaa-ead14443170a",
    "recording_id": "dcf40c09-ce16-4b2b-90a9-a64b0922f233",
    "artist": "Flight of the Conchords",
    "artist_ids": [
        "1f574ab1-a46d-4586-9331-f0ded23e0411"
    ],
    "album": "The Distant Future",
    "release_id": "fe62681a-9e24-4e14-8fcf-3fd685b0af54",
    "release_group_id": "a8f3b088-06af-358b-8c9b-8354ffd7e429",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-08-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy 50th to Bret McKenzie of FotC!\n\nDon't miss the sophisticated costuming in the video for this song: https://www.youtube.com/watch?v=2IPAOxrH7Ro",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}