Information about plays

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

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

{
    "id": 380799,
    "uri": "https://api.kexp.org/v2/plays/380799/?format=api",
    "airdate": "2019-09-14T13:08:00-07:00",
    "show": 6338,
    "show_uri": "https://api.kexp.org/v2/shows/6338/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Keep Me Hangin' On",
    "track_id": "41d51560-e369-3603-8d65-7df7c39439ef",
    "recording_id": null,
    "artist": "The Supremes",
    "artist_ids": [
        "c1aa2ec9-53e7-4d90-8d36-bac75832e986"
    ],
    "album": "20 Greatest Hits",
    "release_id": "b6626dd6-310a-4995-8523-c11c32130e9b",
    "release_group_id": null,
    "labels": [
        "Motown Records"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mary Wilson of The Supremes is releasing a new book next week called Supreme Gamour about the outfits of The Supremes and a history of the band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}