Information about plays

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

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

{
    "id": 378709,
    "uri": "https://api.kexp.org/v2/plays/378709/?format=api",
    "airdate": "2019-09-09T11:13:42-07:00",
    "show": 6305,
    "show_uri": "https://api.kexp.org/v2/shows/6305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melody Dub",
    "track_id": "e664fc9f-7059-4ebb-acec-a0bee2854216",
    "recording_id": null,
    "artist": "Bim Sherman",
    "artist_ids": [
        "dd8b7588-2a76-4a42-8622-088e54e46e0e"
    ],
    "album": "Trevor Jackson Presents: Science Fiction Dancehall Classics",
    "release_id": "98f29fdb-1b8a-4122-9be6-55225a2836e8",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"With his sweet, wistful, and unmistakable voice acclaimed by scholars as one of the purest ever to emerge from the Jamaican music scene\" You can read more about Bim Sherman here: https://bit.ly/2kqRONK",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}