Information about plays

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

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

{
    "id": 380040,
    "uri": "https://api.kexp.org/v2/plays/380040/?format=api",
    "airdate": "2019-09-12T15:15:42-07:00",
    "show": 6324,
    "show_uri": "https://api.kexp.org/v2/shows/6324/?format=api",
    "image_uri": "http://coverartarchive.org/release/15318c61-0849-4bbc-8084-08f499fc1244/3774231549-250.jpg",
    "thumbnail_uri": "",
    "song": "Gloria",
    "track_id": "c5749a1c-91d8-3ed6-815c-0dc4afa4e6fd",
    "recording_id": null,
    "artist": "Patti Smith",
    "artist_ids": [
        "d135874d-9cae-4fef-97e3-36acbd9f5a26"
    ],
    "album": "Horses",
    "release_id": "15318c61-0849-4bbc-8084-08f499fc1244",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1996-06-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patti Smith's memior, \"Year of the Monkey\" is set to be released September 24, 2019. Patti will be speaking at Benaroya Hall on October 6th. Read more and get tickets here: https://bit.ly/2kjOnZ6",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}