Information about plays

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

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

{
    "id": 377979,
    "uri": "https://api.kexp.org/v2/plays/377979/?format=api",
    "airdate": "2019-09-07T14:36:40-07:00",
    "show": 6289,
    "show_uri": "https://api.kexp.org/v2/shows/6289/?format=api",
    "image_uri": "http://coverartarchive.org/release/88ce69f0-5de1-35c1-a174-f8c493dfff39/11254336439-250.jpg",
    "thumbnail_uri": "",
    "song": "Superfly",
    "track_id": "bdadd311-ef51-395e-bd75-8c7432afff2a",
    "recording_id": null,
    "artist": "Curtis Mayfield",
    "artist_ids": [
        "4dca4bb2-23ba-4103-97e6-5810311db33a"
    ],
    "album": "Superfly",
    "release_id": "88ce69f0-5de1-35c1-a174-f8c493dfff39",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1999-07-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The third studio album by soul musician Curtis Mayfield, Superfly was released in July 1972 as the soundtrack for the Blaxploitation film of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}