Information about plays

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

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

{
    "id": 349495,
    "uri": "https://api.kexp.org/v2/plays/349495/?format=api",
    "airdate": "2019-07-03T07:53:21-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "http://coverartarchive.org/release/b4c72ab4-ba53-4528-9b3e-2e7629ad4278/5880308716-250.jpg",
    "thumbnail_uri": "",
    "song": "Ruins",
    "track_id": "648aef06-5042-4dd1-bf77-6484cc122e51",
    "recording_id": null,
    "artist": "Wooden Shjips",
    "artist_ids": [
        "3754dc74-381e-4237-bd44-65f5600a4d88"
    ],
    "album": "Back to Land",
    "release_id": "b4c72ab4-ba53-4528-9b3e-2e7629ad4278",
    "release_group_id": null,
    "labels": [
        "Thrill Jockey"
    ],
    "label_ids": [
        "5194917c-215b-4094-b5ec-4005e408b2df"
    ],
    "release_date": "2013-11-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out when Wooden Shjips played \"Ruins\" and more live in the KEXP studio a few years back: https://www.youtube.com/watch?v=CtHSOvL9xQE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}