Information about plays

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

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

{
    "id": 349048,
    "uri": "https://api.kexp.org/v2/plays/349048/?format=api",
    "airdate": "2019-07-02T13:32:03-07:00",
    "show": 5817,
    "show_uri": "https://api.kexp.org/v2/shows/5817/?format=api",
    "image_uri": "http://coverartarchive.org/release/ae824175-20ac-4516-b127-38ec0e4d8d17/15412900933-250.jpg",
    "thumbnail_uri": "",
    "song": "The Way of the Kingfisher",
    "track_id": "460d70ce-734b-4a1e-88e4-d7185afa8187",
    "recording_id": null,
    "artist": "Kingdom of The Holy Sun",
    "artist_ids": [
        "774d1cb3-7354-4d5e-8e11-84f799cdc817"
    ],
    "album": "At the Gates of Dawn",
    "release_id": "ae824175-20ac-4516-b127-38ec0e4d8d17",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-07-29",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cheryl Waters picked \"Flown Away\" by Seattle's psychedelic/shamanistic outfit Kingdom of the Holy Sun as a KEXP Song of the Day:   https://www.kexp.org/read/2016/12/2/song-of-the-day-kingdom-of-the-holy-sun-flown-away/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}