Information about plays

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

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

{
    "id": 351657,
    "uri": "https://api.kexp.org/v2/plays/351657/?format=api",
    "airdate": "2019-07-08T09:52:27-07:00",
    "show": 5860,
    "show_uri": "https://api.kexp.org/v2/shows/5860/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nothing But Green Lights",
    "track_id": "ad45650e-e548-311d-9113-09186243a955",
    "recording_id": null,
    "artist": "Tom Vek",
    "artist_ids": [
        "83e72d2b-501e-4715-9bdf-8e6ffca42881"
    ],
    "album": "We Have Sound",
    "release_id": "1f22d8df-056c-35c3-aa7e-2f94f217b4de",
    "release_group_id": null,
    "labels": [
        "Tummy Touch"
    ],
    "label_ids": [
        "942bbf0f-b746-4d07-927b-8bdc34a81dea"
    ],
    "release_date": "2005-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Is Tom Vek skating in a velodrome in the video for \"Nothing But Green Lights\"?:  https://www.youtube.com/watch?v=s_fGkHKVR9g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}