Information about plays

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

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

{
    "id": 3586164,
    "uri": "https://api.kexp.org/v2/plays/3586164/?format=api",
    "airdate": "2025-12-03T05:41:15-08:00",
    "show": 65276,
    "show_uri": "https://api.kexp.org/v2/shows/65276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Southern Bell",
    "track_id": null,
    "recording_id": "dd44d74f-cae9-4815-87e4-d629b57e63e0",
    "artist": "The Cave Singers",
    "artist_ids": [
        "bc07a2b3-807a-4dda-9c19-003553f18f45"
    ],
    "album": "Banshee",
    "release_id": null,
    "release_group_id": "33cf4238-f7f9-4b2c-8d23-cf0de792e0c7",
    "labels": [
        "Jagjaguwar"
    ],
    "label_ids": [
        "42e06800-76f8-4a5b-a9b6-0983a5d72f17"
    ],
    "release_date": "2016-02-19",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out The Cave Singers' 2016 Live on KEXP session: https://www.youtube.com/watch?v=9-aSyiqD20A",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}