Information about plays

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

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

{
    "id": 347817,
    "uri": "https://api.kexp.org/v2/plays/347817/?format=api",
    "airdate": "2019-06-29T11:44:00-07:00",
    "show": 5792,
    "show_uri": "https://api.kexp.org/v2/shows/5792/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "True Sons of Zion",
    "track_id": "1f0a7efe-951c-455b-a0c3-b154a3247f68",
    "recording_id": null,
    "artist": "Thievery Corporation",
    "artist_ids": [
        "a505bb48-ad65-4af4-ae47-29149715bff9"
    ],
    "album": "The Temple of I & I",
    "release_id": "c764fe37-742c-4921-a211-4ddcbb03d75e",
    "release_group_id": null,
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [],
    "release_date": "2017-02-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thievery Corporation back and LIVE in Seattle at The Showbox on Fri, Nov 29 & Dec 1st https://thieverycorporation.com/event/the-showbox/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}