Information about plays

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

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

{
    "id": 3585951,
    "uri": "https://api.kexp.org/v2/plays/3585951/?format=api",
    "airdate": "2025-12-02T18:03:52-08:00",
    "show": 65272,
    "show_uri": "https://api.kexp.org/v2/shows/65272/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Of Yesterday (instrumental)",
    "track_id": null,
    "recording_id": "a374115f-7b35-414d-a028-2058d469acd4",
    "artist": "Yu Su",
    "artist_ids": [
        "4472f89e-5944-49e4-9a33-43358390db40"
    ],
    "album": "泉出通川为谷 / Roll With the Punches",
    "release_id": null,
    "release_group_id": "5773625f-acbb-465e-af9f-5d918d7febf8",
    "labels": [
        "Second Circle"
    ],
    "label_ids": [
        "d9a1609d-8ee4-4055-bd69-7761a59db69c"
    ],
    "release_date": "2019-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded on the Coast Salish territory in Vancouver, three tracks on the EP grew out of a live set Yu Su began developing in 2018 for a series of performances. \n\nhttps://music-from-memory.bandcamp.com/album/roll-with-the-punches",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}