Information about plays

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

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

{
    "id": 376527,
    "uri": "https://api.kexp.org/v2/plays/376527/?format=api",
    "airdate": "2019-09-04T12:46:12-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/34749ba4-c4c7-3354-9619-1b0f88d8222b/5930774942-250.jpg",
    "thumbnail_uri": "",
    "song": "Where Did You Sleep Last Night?",
    "track_id": "cbdb721d-ec6b-3f57-bba5-ba2eb26eb513",
    "recording_id": null,
    "artist": "Nirvana",
    "artist_ids": [
        "5b11f4ce-a62d-471e-81fc-a69a8278c7da"
    ],
    "album": "MTV Unplugged in New York",
    "release_id": "34749ba4-c4c7-3354-9619-1b0f88d8222b",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "<i>MTV Unplugged in New York </i>, released in November 1994, was the first Nirvana album released following the death of Kurt Cobain. The album features an acoustic performance recorded at Sony Music Studios in New York City on November 18, 1993, for the television series <i>MTV Unplugged</i>. Watch Nirvana perform this song. Epic. https://vimeo.com/26345288",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}