Information about plays

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

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

{
    "id": 3413525,
    "uri": "https://api.kexp.org/v2/plays/3413525/?format=api",
    "airdate": "2024-10-16T16:54:02-07:00",
    "show": 61593,
    "show_uri": "https://api.kexp.org/v2/shows/61593/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Strange Overtones",
    "track_id": "d3aa18fc-f739-34e0-a9d5-03997c54fdf1",
    "recording_id": "abfbf450-eb25-403c-a3dc-e896f52faa99",
    "artist": "David Byrne & Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872",
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Everything That Happens Will Happen Today",
    "release_id": "1029a400-620c-36f8-b481-0db383fc4823",
    "release_group_id": "c9cf80df-db8f-34b4-9b86-012edfa6180f",
    "labels": [
        "Todo Mundo"
    ],
    "label_ids": [
        "69d73bfc-8272-430e-9341-0b584f0d7e36"
    ],
    "release_date": "2008-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Byrne and Eno have described “Strange Overtones” as a “‘song about writing a song.’ The subject of the song struggles to write innovative music, but is overheard by a neighbor using beats that are \"twenty years old.\"\n\nJon Yeo created a music video for the song featuring the art of Brian Eno.: https://www.youtube.com/watch?v=6DQyusKTAh4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}