Information about plays

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

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

{
    "id": 350203,
    "uri": "https://api.kexp.org/v2/plays/350203/?format=api",
    "airdate": "2019-07-04T21:57:00-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smiling Faces Sometimes",
    "track_id": "b457990a-d990-365c-a406-9fb826d1f04a",
    "recording_id": null,
    "artist": "The Undisputed Truth",
    "artist_ids": [
        "5e676b63-5c50-4c86-88d8-54243bba76d9"
    ],
    "album": "Smiling Faces: The Best of Undisputed Truth",
    "release_id": "89a2af26-a980-47d6-ab5a-b61a777b1c46",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Smiling Faces Sometimes\" is a soul song written by Norman Whitfield and Barrett Strong for the Motown label. It was originally recorded by the Temptations in 1971.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}