Information about plays

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

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

{
    "id": 3421341,
    "uri": "https://api.kexp.org/v2/plays/3421341/?format=api",
    "airdate": "2024-11-04T14:16:57-08:00",
    "show": 61763,
    "show_uri": "https://api.kexp.org/v2/shows/61763/?format=api",
    "image_uri": "https://coverartarchive.org/release/93bdadd1-6399-483e-aca7-8b1954586cd2/6126086350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/93bdadd1-6399-483e-aca7-8b1954586cd2/6126086350-250.jpg",
    "song": "All of Me",
    "track_id": null,
    "recording_id": "d2f3291b-5e87-480f-ae46-1b1a0e4bd879",
    "artist": "Frank Sinatra",
    "artist_ids": [],
    "album": "Sinatra at the Sands",
    "release_id": null,
    "release_group_id": "847b1738-e277-3a3d-b978-70b40bd6e3a7",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1966-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Dan!\n\n\"Jones worked on three albums and had many, many late nights with Sinatra, at least one of which ended with Ol’ Blue Eyes making him scrambled eggs the following morning. The two men were close: after Sinatra died, he gave Jones his signet ring, which the producer wore for the rest of his life. Sinatra at the Sands, a 1966 live album recorded in Las Vegas, is the pinnacle of their musical relationship. Sinatra sings, and Jones arranges and conducts Count Basie’s legendary orchestra. It’s two pros getting the job done and having a lot of fun along the way.\"\nhttps://www.gq-magazine.co.uk/article/best-quincy-jones-music-tv-movies",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}