Information about plays

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

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

{
    "id": 356951,
    "uri": "https://api.kexp.org/v2/plays/356951/?format=api",
    "airdate": "2019-07-20T18:24:31-07:00",
    "show": 5948,
    "show_uri": "https://api.kexp.org/v2/shows/5948/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f94d9e0-8081-44ac-9591-3061ca8597f9/17370113352-250.jpg",
    "thumbnail_uri": "",
    "song": "Moon Whip Quäz",
    "track_id": "1d2e2c47-7129-42db-b78b-c5e1a60bde39",
    "recording_id": null,
    "artist": "Shabazz Palaces feat. Darrius",
    "artist_ids": [
        "a1ebaff7-0098-4081-aad1-b624f41c5edb"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": "1f94d9e0-8081-44ac-9591-3061ca8597f9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Shabazz Palaces is an American hip hop duo from Seattle composed of Ishmael Butler a.k.a. Palaceer Lazaro (formerly Butterfly of jazz rap group Digable Planets) and multi-instrumentalist Tendai \"Baba\" Maraire, son of mbira master Dumisani Maraire. Active since 2009, they have released four studio albums on Sub Pop.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}