Information about plays

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

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

{
    "id": 356197,
    "uri": "https://api.kexp.org/v2/plays/356197/?format=api",
    "airdate": "2019-07-18T21:06:03-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Fugue",
    "track_id": "aa3bd82f-7889-4ae2-9eef-749628743b0f",
    "recording_id": null,
    "artist": "The 100 Knights Orchestra",
    "artist_ids": [
        "83c33fa0-f656-48c7-8ade-6efb02dfa89a"
    ],
    "album": "Hey Brother (Do Unto Others) / Soul Fugue",
    "release_id": "c013e305-9e47-47e5-8e14-79c17df6f363",
    "release_group_id": null,
    "labels": [
        "Daptone Records"
    ],
    "label_ids": [
        "6507ff0e-035a-4a24-9bbe-e07b1e2224d8"
    ],
    "release_date": "2019-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On June 28, Daptone Records released their 100th 45, which features a collaboration between numerous performers off their legendary talent roster. On the A-side is a cover of The Frightnrs’ “Hey Brother” featuring the late Charles Bradley and Sharon Jones as well as Naomi Shelton, Amayo of Antibalas, Saun & Starr and more. The B-side contains “Soul Fugue” by The 100 Knights Orchestra, an ensemble featuring every horn player that has ever worked with the label.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}