Information about plays

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

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

{
    "id": 352168,
    "uri": "https://api.kexp.org/v2/plays/352168/?format=api",
    "airdate": "2019-07-09T15:47:08-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Motion",
    "track_id": "cec53e4d-a8ef-45d5-b1fa-f89ed3d88e70",
    "recording_id": null,
    "artist": "Temples",
    "artist_ids": [
        "1916fc94-bf9c-4ba2-90b0-22ebb5444d57"
    ],
    "album": "Hot Motion",
    "release_id": "73d21c87-a7ea-419d-ac68-80ee3c68df65",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2019-09-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track from the new album, out September 27th. // “It felt like there was a darker edge to what we were coming up with and we wanted to make sure that carried through the whole record,” said bassist Thomas Walmsley. “It’s not a ten track, relentless rock record from start to finish, it’s got a lot of light and shade and more tender moments, but that heavier, darker sound is something we wanted to explore further.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}