Information about plays

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

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

{
    "id": 3636430,
    "uri": "https://api.kexp.org/v2/plays/3636430/?format=api",
    "airdate": "2026-04-01T12:02:18-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://www.kexp.org/filer/canonical/1588181844/22496/",
    "thumbnail_uri": "https://www.kexp.org/filer/canonical/1588181847/22497/",
    "song": "The Four Sleeping Princesses",
    "track_id": null,
    "recording_id": null,
    "artist": "Julianna Barwick and Mary Lattimore",
    "artist_ids": [],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [
        "89e0503e-96f0-41b4-835f-2c542b7fcb44"
    ],
    "release_date": "2026-02-17",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mary Lattimore is a harpist living in Los Angeles. Julianna Barwick is a composer, vocalist and producer from Brooklyn.\n\nhttps://marylattimoreharpist.bandcamp.com/\n\nhttps://juliannabarwick.bandcamp.com/\n\nWatch the full beautiful KEXP in-studio performance recorded back in February in Oakland here: https://www.youtube.com/watch?v=1CMbiqySiQ8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}