Information about plays

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

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

{
    "id": 370390,
    "uri": "https://api.kexp.org/v2/plays/370390/?format=api",
    "airdate": "2019-08-21T13:17:13-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/41177bc8-1aec-4f54-ad53-6f18f163e766/16341346958-250.jpg",
    "thumbnail_uri": "",
    "song": "Smokin' Banana Peels",
    "track_id": "1537baee-5364-39fb-8405-d4ac4a881ca3",
    "recording_id": null,
    "artist": "The Dead Milkmen",
    "artist_ids": [
        "cdd2e0f0-703d-454d-b5c7-cc3bb6dd5552"
    ],
    "album": "Beelzebubba",
    "release_id": "41177bc8-1aec-4f54-ad53-6f18f163e766",
    "release_group_id": null,
    "labels": [
        "Enigma Records"
    ],
    "label_ids": [
        "d6f7f7c6-dbcf-4647-b370-b06a3b645d3d"
    ],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Playing a basic, happily amateurish brand of punk-pop, the Milkmen skewered popular culture, indie trend followers, and the intellectually challenged, while frequently indulging their taste for tastelessness.\" https://bit.ly/2TPMTmA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}