Information about plays

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

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

{
    "id": 374185,
    "uri": "https://api.kexp.org/v2/plays/374185/?format=api",
    "airdate": "2019-08-29T21:43:12-07:00",
    "show": 6227,
    "show_uri": "https://api.kexp.org/v2/shows/6227/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sauna Sukisugi",
    "track_id": "70248abf-13c5-41ee-a774-9c824021f134",
    "recording_id": null,
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Sauna Sukisugi",
    "release_id": "1ce1f057-e918-47eb-bca7-c87c32cf3878",
    "release_group_id": null,
    "labels": [
        "Warner Music Japan"
    ],
    "label_ids": [
        "26ea8229-7cf7-4482-8dae-15589ceb5398"
    ],
    "release_date": "2019-07-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Japanese musician and producer Cornelius who co founded Flipper's Guitar, an influential Shibuya kei band, and has embarked on a solo career, will be coming to Seattle on Monday, September 30 and performing LIVE at The Crocodile.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}