Information about plays

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

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

{
    "id": 383170,
    "uri": "https://api.kexp.org/v2/plays/383170/?format=api",
    "airdate": "2019-09-19T23:06:54-07:00",
    "show": 6374,
    "show_uri": "https://api.kexp.org/v2/shows/6374/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She",
    "track_id": "974343eb-7c9a-3a0a-9dc4-b1ceed309bb6",
    "recording_id": null,
    "artist": "Gram Parsons",
    "artist_ids": [
        "cbc83fb1-2c23-4ad1-9187-594b30da3f21"
    ],
    "album": "Sacred Hearts & Fallen Angels: The Gram Parsons Anthology",
    "release_id": "f1a43a52-cb66-40ab-ac8c-83e0ab181704",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2001-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "we lost Gram on this day in 1973 to a morphine overdose at age 26.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"
}