Information about plays

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

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

{
    "id": 371981,
    "uri": "https://api.kexp.org/v2/plays/371981/?format=api",
    "airdate": "2019-08-25T02:13:00-07:00",
    "show": 6197,
    "show_uri": "https://api.kexp.org/v2/shows/6197/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Still Sound",
    "track_id": "fd10e5df-9a6e-33ee-aefa-04f0c8e740cd",
    "recording_id": null,
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Underneath the Pine",
    "release_id": "03b381ba-f859-3da0-873c-e359c56f25dd",
    "release_group_id": null,
    "labels": [
        "Carpark Records"
    ],
    "label_ids": [],
    "release_date": "2011-02-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More classic Toro y Moi tracks on this live session at KEXP back in 2013. https://www.youtube.com/watch?v=k0X4U96OnpA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}