Information about plays

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

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

{
    "id": 381572,
    "uri": "https://api.kexp.org/v2/plays/381572/?format=api",
    "airdate": "2019-09-16T11:30:29-07:00",
    "show": 6353,
    "show_uri": "https://api.kexp.org/v2/shows/6353/?format=api",
    "image_uri": "http://coverartarchive.org/release/e1b51d95-e573-3f68-9682-c54a9fe94291/9713284752-250.jpg",
    "thumbnail_uri": "",
    "song": "Teenage FBI",
    "track_id": "f8892264-be30-314d-b49c-52831477d302",
    "recording_id": null,
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Do the Collapse",
    "release_id": "e1b51d95-e573-3f68-9682-c54a9fe94291",
    "release_group_id": null,
    "labels": [
        "TVT Records"
    ],
    "label_ids": [
        "c9117237-b78b-4e47-b452-c9d94fb34916"
    ],
    "release_date": "1999-08-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Teenage FBI\" was featured on the soundtrack to the Buffy the Vampire Slayer TV-series. Read more here: https://bit.ly/2kMpQvK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}