Information about plays

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

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

{
    "id": 349716,
    "uri": "https://api.kexp.org/v2/plays/349716/?format=api",
    "airdate": "2019-07-03T18:51:55-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mercy, Mercy, Mercy",
    "track_id": "3e3b668a-1a3a-4bf0-8161-081de6d3070d",
    "recording_id": null,
    "artist": "The Cannonball Adderley Quintet",
    "artist_ids": [
        "19a4c591-7a8d-4792-b465-6955346be1df"
    ],
    "album": "Mercy, Mercy, Mercy! Live at “The Club”",
    "release_id": "8e6a0247-f1d2-48c1-95fd-6def600086d0",
    "release_group_id": null,
    "labels": [
        "Capitol"
    ],
    "label_ids": [
        "2e247fc5-1c6b-4108-b5ea-4a1939e0f10c"
    ],
    "release_date": "1966-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in the studio in front of a live audience (liner notes apparently said it was recorded at the Club DeLisa because Adderley wanted to give his friend’s Chicago club a little free publicity) ; the album won a Grammy in 1967",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}