Information about plays

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

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

{
    "id": 3529491,
    "uri": "https://api.kexp.org/v2/plays/3529491/?format=api",
    "airdate": "2025-07-20T13:30:10-07:00",
    "show": 64066,
    "show_uri": "https://api.kexp.org/v2/shows/64066/?format=api",
    "image_uri": "https://ia800107.us.archive.org/9/items/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230-41356535529_thumb500.jpg",
    "thumbnail_uri": "https://ia600107.us.archive.org/9/items/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230/mbid-03c4ca85-c39c-4110-b71b-fff6bac0e230-41356535529_thumb250.jpg",
    "song": "Stronger Than Pride",
    "track_id": "3928e41f-3a1d-44a6-93cd-aa2ccd594cfd",
    "recording_id": "11006a4f-52cc-4346-8415-5c8a81cb0fe4",
    "artist": "Sailor Jane",
    "artist_ids": [
        "188f5c6f-5efd-406f-aecb-51062a01ff1e"
    ],
    "album": "No Ordinary Dub",
    "release_id": "03c4ca85-c39c-4110-b71b-fff6bac0e230",
    "release_group_id": "96bffd4b-658a-47ee-a400-a7a628e68338",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2025-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}