Information about plays

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

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

{
    "id": 2676023,
    "uri": "https://api.kexp.org/v2/plays/2676023/?format=api",
    "airdate": "2019-12-20T17:37:06-08:00",
    "show": 46176,
    "show_uri": "https://api.kexp.org/v2/shows/46176/?format=api",
    "image_uri": "https://coverartarchive.org/release/0b576792-0bfa-394e-81d6-bb16b77d6fae/3772602552-250.jpg",
    "thumbnail_uri": "",
    "song": "Goo Goo Muck",
    "track_id": "83678624-8fe8-39b0-ac3d-5157431a408b",
    "recording_id": null,
    "artist": "The Cramps",
    "artist_ids": [
        "96c1edac-1011-4cb8-882c-27248de35071"
    ],
    "album": "Bad Music for Bad People",
    "release_id": "0b576792-0bfa-394e-81d6-bb16b77d6fae",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It was engineered by Paul McKenna and recorded in January 1981 at A&M Studios. It was self-produced by the Cramps. The photo on the back cover of the album was taken by the noted photographer and director Anton Corbijn.  https://bit.ly/2PIVqr1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}