Information about plays

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

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

{
    "id": 355713,
    "uri": "https://api.kexp.org/v2/plays/355713/?format=api",
    "airdate": "2019-07-17T20:01:41-07:00",
    "show": 5927,
    "show_uri": "https://api.kexp.org/v2/shows/5927/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Water",
    "track_id": "cef48270-23f1-468a-af80-6c05bdaa6b96",
    "recording_id": null,
    "artist": "Kevin Morby",
    "artist_ids": [
        "eac962e1-0295-4e69-a266-4dab2adb4f11"
    ],
    "album": "Singing Saw",
    "release_id": "61ffdd26-b9ac-4bfe-84d6-0654c1d00372",
    "release_group_id": null,
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2016-04-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Video of “Beautiful Strangers” (a single with proceeds that benefited Everytown for Gun Safety) live on KEXP from the Triple Door in 2017: https://www.youtube.com/watch?v=l5J8Ca2WCc0 ; https://www.facebook.com/kevinrobertmorby ; http://www.kevinmorby.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}