Information about plays

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

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

{
    "id": 349498,
    "uri": "https://api.kexp.org/v2/plays/349498/?format=api",
    "airdate": "2019-07-03T08:05:00-07:00",
    "show": 5822,
    "show_uri": "https://api.kexp.org/v2/shows/5822/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All Along the Watchtower",
    "track_id": "d74cd93c-0f10-4dcd-890f-99e1930731e4",
    "recording_id": null,
    "artist": "The Jimi Hendrix Experience",
    "artist_ids": [
        "33b3c323-77c2-417c-a5b4-af7e6a111cc9"
    ],
    "album": "All Along the Watchtower",
    "release_id": "e04b42d8-cf87-4ac3-a705-0fe73e40a249",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "1991-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another request! This one for Nick. <br> </br> Seattle-born Jimi Hendrix was the type of Bob Dylan superfan who carried a Dylan songbook in his travel bag. - http://www.covermesongs.com/2014/03/the-story-behind-jimi-hendrixs-all-along-the-watchtower.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}