Information about plays

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

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

{
    "id": 3558743,
    "uri": "https://api.kexp.org/v2/plays/3558743/?format=api",
    "airdate": "2025-09-28T08:54:03-07:00",
    "show": 64689,
    "show_uri": "https://api.kexp.org/v2/shows/64689/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Glow in the Dark",
    "track_id": null,
    "recording_id": null,
    "artist": "Jake Xerxes Fussell & James Elkington",
    "artist_ids": [],
    "album": "Rebuilding",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Durham, NC's Jake Xerses Fussell and Chicago's James Elkington teaming up for a beautiful sounding soundtrack to the film 'Rebuilding' ~ https://jakexerxesfussell.bandcamp.com/album/rebuilding",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}