Information about plays

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

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

{
    "id": 347083,
    "uri": "https://api.kexp.org/v2/plays/347083/?format=api",
    "airdate": "2019-06-27T17:29:59-07:00",
    "show": 5781,
    "show_uri": "https://api.kexp.org/v2/shows/5781/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing Else",
    "track_id": "7416d7d9-7066-4aca-b276-4594ad24e558",
    "recording_id": null,
    "artist": "Chong the Nomad featuring Flint Eastwood",
    "artist_ids": [
        "ae797d56-315e-4760-9a8e-65556ac648dd"
    ],
    "album": "Nothing Else",
    "release_id": "1a4a27a8-4014-4c20-acea-00d4ef91e693",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-05-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chong the Nomad spent much of her college career learning to score compositions for film, and she draws from this cinematic background to create her own consistently evolving style of dynamic, quirky, shape-shifting music that blends sleek electronic production with an addictive pop sensibility <br/><br/> https://chongthenomad.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}