Information about plays

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

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

{
    "id": 383134,
    "uri": "https://api.kexp.org/v2/plays/383134/?format=api",
    "airdate": "2019-09-19T21:00:12-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Turn! Turn! Turn! (To Everything There Is a Season)",
    "track_id": "17f608eb-37b1-3ac4-8a89-b424a38ade7c",
    "recording_id": null,
    "artist": "The Byrds",
    "artist_ids": [
        "2819834e-4e08-47b0-a2c4-b7672318e8f0"
    ],
    "album": "Turn! Turn! Turn!",
    "release_id": "c199e3fc-97ce-3019-a4af-b57bdcc46a80",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It was this day in 1973 that Gram Parsons died of a morphine overdose at age 23. He almost single-handedly created country-rock with The International Submarine Band, The Byrds (arranging/guiding their classic Sweetheart of The Rodeo) and The Flying Burrito Brothers and as a solo artist created a vision of country music which incorporated elements of folk and soul, inspiring the genesis of the Alt-country and Americana genres nearly 20 years after he died. Emmylou Harris kick-started her long and illustrious career playing in his band, and an inspiration, close friend (and fellow chemical refreshment enthusiast) of Keith Richards. An American music legend.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}