Information about plays

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

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

{
    "id": 350372,
    "uri": "https://api.kexp.org/v2/plays/350372/?format=api",
    "airdate": "2019-07-05T07:58:39-07:00",
    "show": 5834,
    "show_uri": "https://api.kexp.org/v2/shows/5834/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural's Not in It",
    "track_id": "c6495eb5-2da8-357b-9ff7-9edef1ed1a54",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "100 Flowers Bloom",
    "release_id": "bfda0db2-5240-4f36-9d8c-af3077535132",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-11-03",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One reviewer writes, \"“Natural’s Not In It,” like several other songs on album, is a somewhat sardonic critique targeting commodification of fundamental personal relations like love and sex, that is mostly based on Marxist and Situationist ideas.\"  (Whew!)  Decide for yourself as you read the lyrics:  https://genius.com/Gang-of-four-naturals-not-in-it-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}