Information about plays

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

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

{
    "id": 2679128,
    "uri": "https://api.kexp.org/v2/plays/2679128/?format=api",
    "airdate": "2019-12-28T11:41:06-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kunta Kinte Dub",
    "track_id": "1c20795f-d899-4dc2-8a7b-901afb803c8d",
    "recording_id": null,
    "artist": "Singers & Players",
    "artist_ids": [
        "f3ed35c8-6939-4699-a662-c34d62ba148b"
    ],
    "album": "Trevor Jackson Presents: Science Fiction Dancehall Classics",
    "release_id": "98f29fdb-1b8a-4122-9be6-55225a2836e8",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "2015-10-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As the name suggests Singers & Players was not a real band but a project involving various artists on Adrian Sherwood's ON-U Sound label.\n\nThe vocalists included Prince Far I, Mikey Dread, Bim Sherman and Congo Ashanti Roy.\n\nThey released five albums between 1981 and 1988.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}