Information about plays

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

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

{
    "id": 350228,
    "uri": "https://api.kexp.org/v2/plays/350228/?format=api",
    "airdate": "2019-07-04T23:21:56-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/bd29aa45-d758-38fc-85cd-7bf329973195/21717761332-250.jpg",
    "thumbnail_uri": "",
    "song": "The American Ruse",
    "track_id": "d0307948-8983-3476-baf6-dff06ee6fb9b",
    "recording_id": null,
    "artist": "MC5",
    "artist_ids": [
        "08b736bb-1c82-40b4-8b0b-49e2182a067a"
    ],
    "album": "Back in the USA",
    "release_id": "bd29aa45-d758-38fc-85cd-7bf329973195",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The American Ruse\" attacks what the Detroit quintet saw as the hypocritical idea of freedom espoused by the US government. The last song on the album, which is the title track, is a cover of Chuck Berry's 1959 single \"Back in the U.S.A.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}