Information about plays

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

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

{
    "id": 376531,
    "uri": "https://api.kexp.org/v2/plays/376531/?format=api",
    "airdate": "2019-09-04T13:00:57-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Empires",
    "track_id": "406226e0-64e1-4ff3-95c6-c285aa3666ab",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Giants of All Sizes",
    "release_id": "03238b74-931e-4dd6-af40-ca19aebc1ab3",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In a NME interview with Elbow singer, Guy Garvey said: “A lot about this record is different. We started recording in a new city, in Hamburg, we changed the way we worked and we all decided from the off to let the songs take the lead, without compromising the vision of each tune. At times, it’s a bleak record, but it has a huge, if bruised, heart. It was a pleasure to make and we are all immensely proud of it.” Read the full article about the forthcoming album here: https://bit.ly/2lS9rGi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}