Information about plays

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

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

{
    "id": 374069,
    "uri": "https://api.kexp.org/v2/plays/374069/?format=api",
    "airdate": "2019-08-29T16:19:00-07:00",
    "show": 6225,
    "show_uri": "https://api.kexp.org/v2/shows/6225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life’s What You Make It",
    "track_id": null,
    "recording_id": null,
    "artist": "Talk Talk",
    "artist_ids": [
        "a74f43e4-50c4-4b19-a2ce-c05ce9bccb03"
    ],
    "album": "The Colour of Spring",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Parlophone"
    ],
    "label_ids": [],
    "release_date": "1986-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Life's What You Make It' was one of the last songs to be conceived for \"The Colour of Spring\", following concern from the band's management at the lack of an obvious single among accumulated work. Initially unwilling, Mark Hollis and Tim Friese-Greene, the principal source of original material for the band, accepted the task as a challenge.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}