Information about plays

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

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

{
    "id": 356212,
    "uri": "https://api.kexp.org/v2/plays/356212/?format=api",
    "airdate": "2019-07-18T21:54:08-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakdown",
    "track_id": "44f01651-ee44-3edf-96c1-a41aa495f886",
    "recording_id": null,
    "artist": "Handsome Boy Modeling School feat. Jack Johnson",
    "artist_ids": [
        "c3f99319-52c7-47f2-9631-10bc7cc8c589"
    ],
    "album": "White People",
    "release_id": "1462835e-dbcb-3dec-b517-23f25c077e90",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2004-11-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "White People is the second studio album by Handsome Boy Modeling School. It was released on Elektra Records on November 9, 2004.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}