Information about plays

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

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

{
    "id": 356111,
    "uri": "https://api.kexp.org/v2/plays/356111/?format=api",
    "airdate": "2019-07-18T17:01:19-07:00",
    "show": 5933,
    "show_uri": "https://api.kexp.org/v2/shows/5933/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry Lips",
    "track_id": "ccf06be1-5d85-3c50-b732-0ef2d7fb2bf8",
    "recording_id": null,
    "artist": "Archie Bronson Outfit",
    "artist_ids": [
        "8d274abf-23f7-48bf-bc88-0756948a79a2"
    ],
    "album": "Derdang Derdang",
    "release_id": "2df3a01a-c35d-3795-ba46-61031e8cb14f",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Archie Bronson Outfit are an English rock band.After leaving their native Somerset, the band moved to London where they were discovered by Laurence Bell, boss of Domino Records. The band were playing in Bell's local bar, \"The Cat's Back\" in Putney. The band released their debut album 'Fur\" in 2004. \"Fur\" was produced by Jamie \"Hotel\" Hince of The Kills.\n\nThe band released their second album, \"Derdang Derdang\" on April 3rd, 2006. The album was recorded in Nashville in the summer of 2005 and produced by Jacquire King.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}