Information about plays

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

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

{
    "id": 353210,
    "uri": "https://api.kexp.org/v2/plays/353210/?format=api",
    "airdate": "2019-07-11T21:10:53-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "http://coverartarchive.org/release/86dad1ce-3f63-44c7-bbbc-653e43f0162d/9176496802-250.jpg",
    "thumbnail_uri": "",
    "song": "Chain of Fools",
    "track_id": "720e51b6-eda2-3ffc-a195-c9d288578acf",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Best of Aretha Franklin",
    "release_id": "86dad1ce-3f63-44c7-bbbc-653e43f0162d",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This gained new fans when it was featured in the 1996 movie Michael, starring John Travolta as an unlikely archangel come to Earth.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}