Information about plays

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

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

{
    "id": 352138,
    "uri": "https://api.kexp.org/v2/plays/352138/?format=api",
    "airdate": "2019-07-09T14:36:00-07:00",
    "show": 5869,
    "show_uri": "https://api.kexp.org/v2/shows/5869/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "20th Cenury Boy",
    "track_id": "7fee3be0-47db-4d86-9630-e229b429d8f0",
    "recording_id": null,
    "artist": "T. Rex",
    "artist_ids": [
        "c842d29f-a297-48cd-bb71-4f77fd672b16"
    ],
    "album": "20th Century Boy",
    "release_id": "70b09c87-a623-474c-9672-5a2cea8afb3e",
    "release_group_id": null,
    "labels": [
        "Convoy"
    ],
    "label_ids": [],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"20th Century Boy\" is a song by T. Rex, written by Marc Bolan. It was released as a single in 1973 and reached No. 3 in the UK Singles Chart. The song was not featured on an original studio album but was included as a bonus track on a reissue of 1973 album Tanx.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}