Information about plays

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

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

{
    "id": 350497,
    "uri": "https://api.kexp.org/v2/plays/350497/?format=api",
    "airdate": "2019-07-05T15:25:14-07:00",
    "show": 5836,
    "show_uri": "https://api.kexp.org/v2/shows/5836/?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": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"I grew up loving the animated series Avatar: The Last Airbender, and the music from that series actually inspired me to write music. There was a very minor character, who was this sort of musician, and his name was Chong. He was nomadic; a hippy. I used Chong the Nomad as a form name for a while, and then I just rolled with it. I kinda like how gender-neutral it is.\" https://bit.ly/2JfM6aI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}