Information about plays

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

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

{
    "id": 352056,
    "uri": "https://api.kexp.org/v2/plays/352056/?format=api",
    "airdate": "2019-07-09T09:53:46-07:00",
    "show": 5867,
    "show_uri": "https://api.kexp.org/v2/shows/5867/?format=api",
    "image_uri": "http://coverartarchive.org/release/9bcd15ef-f472-3151-b4f3-ecef9d64553e/3778560343-250.jpg",
    "thumbnail_uri": "",
    "song": "Army of Me",
    "track_id": "cb45d3e6-b5ef-32bf-b1c1-89687866005e",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "9bcd15ef-f472-3151-b4f3-ecef9d64553e",
    "release_group_id": null,
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Army of Me\" actually samples a bit of Led Zeppelin's \"When the Levee Breaks\". <br> <br> Better yet, check out the music video for Björk's Army of Me -  A woman drives a huge truck, a gorilla dentist tries to steal a diamond from her mouth, and she must rescue her beautiful boyfriend from interment in a boring museum exhibition. (https://bit.ly/2wppn65)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}