Information about plays

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

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

{
    "id": 3416450,
    "uri": "https://api.kexp.org/v2/plays/3416450/?format=api",
    "airdate": "2024-10-23T21:13:50-07:00",
    "show": 61655,
    "show_uri": "https://api.kexp.org/v2/shows/61655/?format=api",
    "image_uri": "https://coverartarchive.org/release/6b22a925-4ec8-4840-bbd5-ff9586cdeaa8/32559252008-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6b22a925-4ec8-4840-bbd5-ff9586cdeaa8/32559252008-250.jpg",
    "song": "Night Hoarders",
    "track_id": null,
    "recording_id": "e921f69a-eafd-4a5e-b100-66967828b3b2",
    "artist": "Abronia",
    "artist_ids": [
        "9c5133a0-b2c9-466d-b750-058a3816048c"
    ],
    "album": "Map of Dawn",
    "release_id": null,
    "release_group_id": "8c71bb1d-c0f0-4574-b1bb-1a674a93b39c",
    "labels": [
        "Abronia"
    ],
    "label_ids": [],
    "release_date": "2022-05-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland, OR based group Abronia \"was created after long-time musician Eric Crespo returned home from a backpacking trip through Southeastern Utah with a vision. Abronia, a flower emblematic of the area, is now the name of a six-piece band in Portland. “I could see one big drum” recalls Crespo, “and people set up around it with guitars strapped on and big amps behind them.\" https://elevenpdx.com/features/abronias-engaging-new-album-map-of-dawn-helps-listeners-navigate-complex-feelings-caused-by-troubling-times/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}