Information about plays

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

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

{
    "id": 3422535,
    "uri": "https://api.kexp.org/v2/plays/3422535/?format=api",
    "airdate": "2024-11-07T14:35:53-08:00",
    "show": 61788,
    "show_uri": "https://api.kexp.org/v2/shows/61788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Go Down Dying",
    "track_id": null,
    "recording_id": "8b6acaa9-13f0-41c4-b5e2-16e9a8a929a1",
    "artist": "Ray Brown's Orchestra",
    "artist_ids": [
        "bdf193b6-ddf2-49d6-a7b4-4b2147c48102"
    ],
    "album": "The Adventurers",
    "release_id": null,
    "release_group_id": "5210d4e2-aa80-41fd-98b9-0aac9589d953",
    "labels": [
        "Varèse Sarabande"
    ],
    "label_ids": [
        "44f4d815-bf54-4f56-b704-72a196c6bd58"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"An interesting story surrounds the soundtrack of the otherwise rightfully forgotten film 'The Adventurers' (1970). The music for the soundtrack is by Antonio Carlos Jobim and is arranged and conducted by Eumir Deodato (remember this name!).  In the same year famous producer/composer  Quincy Jones decided to re-score the whole thing and produced his own funked up version of the album. It was recorded by  the Ray Brown Orchestra, featuring Tom Scott and … Eumir Deodato.\" : https://b-sting.com/2010/05/03/ray-brown-orchestra-go-down-dying/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}