Information about plays

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

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

{
    "id": 376971,
    "uri": "https://api.kexp.org/v2/plays/376971/?format=api",
    "airdate": "2019-09-05T10:29:00-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taking a Page",
    "track_id": "d65d8b14-14c9-4c34-b53e-626a094afd5d",
    "recording_id": null,
    "artist": "Devendra Banhart",
    "artist_ids": [
        "0110e63e-0a9b-4818-af8e-41e180c20b9a"
    ],
    "album": "Ma",
    "release_id": "110a3c4a-f670-49ec-8337-8add8464a984",
    "release_group_id": null,
    "labels": [
        "Nonesuch"
    ],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Devendra Banhart will be playing on Saturday, October 19th at the Moore Theatre. Show info: https://bit.ly/2lBISoL",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}