Information about plays

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

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

{
    "id": 3552934,
    "uri": "https://api.kexp.org/v2/plays/3552934/?format=api",
    "airdate": "2025-09-14T11:12:03-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look Who's Back",
    "track_id": null,
    "recording_id": null,
    "artist": "The Nude Party",
    "artist_ids": [
        "3d36bd1f-a551-4b16-9cb5-3e4c68bc5f2a"
    ],
    "album": "Look Who's Back",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their upcoming February 2026 album, recorded accidentally when they took a break in the middle of a tour in Joshua Tree. Produced by Michael Rault.\nhttps://www.instagram.com/thenudeparty/\nhttps://thenudeparty.bandcamp.com/track/look-whos-back",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}