Information about plays

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

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

{
    "id": 380479,
    "uri": "https://api.kexp.org/v2/plays/380479/?format=api",
    "airdate": "2019-09-13T17:35:00-07:00",
    "show": 6331,
    "show_uri": "https://api.kexp.org/v2/shows/6331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Smoke",
    "track_id": "0504a732-239b-3aa8-a321-2ad27db6a11f",
    "recording_id": null,
    "artist": "Girl Talk",
    "artist_ids": [
        "24e36781-1f4a-40af-bd18-c5de61f10c66"
    ],
    "album": "Night Ripper",
    "release_id": "51f7013d-9688-351b-9b8c-d5f39d1d1723",
    "release_group_id": null,
    "labels": [
        "Illegal Art"
    ],
    "label_ids": [],
    "release_date": "2009-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trained as an engineer, Girl Talk's Gregg Michael Gillis is an American disc jockey who specializes in mashups and digital sampling. He began experimenting with electronic music and sampling while a student at Chartiers Valley High School in the Pittsburgh, Pennsylvania suburb of Bridgeville. After a few collaborative efforts, he started the solo \"Girl Talk\" project while studying biomedical engineering at Case Western Reserve University in Cleveland, Ohio. In school, Gillis focused on tissue engineering.  https://bit.ly/1Og7YO3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}