Information about plays

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

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

{
    "id": 344135,
    "uri": "https://api.kexp.org/v2/plays/344135/?format=api",
    "airdate": "2019-06-20T21:51:31-07:00",
    "show": 5734,
    "show_uri": "https://api.kexp.org/v2/shows/5734/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As Summer Bleeds Daylight",
    "track_id": "48cf9b8b-68ff-4c0e-880c-d772414abafd",
    "recording_id": null,
    "artist": "Anomie Belle",
    "artist_ids": [
        "bf916b7f-586b-4d6e-9af7-a8f97c654e49"
    ],
    "album": "Flux",
    "release_id": "b2e299af-5558-4afc-8c33-2d32a4aa93a5",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle songstress Anomie Belle, the talented multi instrumentalist and vocalist is among the most creative of her class. According to Anomie, Flux is about our \"disillusionment and the search for identity\" and what she calls the \"beautiful alienation\" of modern isolation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}