Information about plays

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

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

{
    "id": 376988,
    "uri": "https://api.kexp.org/v2/plays/376988/?format=api",
    "airdate": "2019-09-05T11:28:36-07:00",
    "show": 6273,
    "show_uri": "https://api.kexp.org/v2/shows/6273/?format=api",
    "image_uri": "http://coverartarchive.org/release/70281bee-7c17-4d0b-9038-b412eccf64da/23949437021-250.jpg",
    "thumbnail_uri": "",
    "song": "Heavenly",
    "track_id": "10fe47ba-7b0f-4cef-8183-535da13801cf",
    "recording_id": null,
    "artist": "Cigarettes After Sex",
    "artist_ids": [
        "34557d8f-ee4a-44ab-ae6e-49bb8ac604d0"
    ],
    "album": "Cry",
    "release_id": "70281bee-7c17-4d0b-9038-b412eccf64da",
    "release_group_id": null,
    "labels": [
        "Partisan Records"
    ],
    "label_ids": [
        "d4ec5bb3-1d64-40fe-9629-ee1e452e251e"
    ],
    "release_date": "2019-10-25",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cigarettes After Sex are playing Friday, September 27th at the Neptune Theatre. https://bit.ly/2m2d9xi",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}