Information about plays

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

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

{
    "id": 2679131,
    "uri": "https://api.kexp.org/v2/plays/2679131/?format=api",
    "airdate": "2019-12-28T11:47:00-08:00",
    "show": 46241,
    "show_uri": "https://api.kexp.org/v2/shows/46241/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Chant",
    "track_id": "f690d256-3ec6-3b13-9d02-4fd7cfe2fac8",
    "recording_id": null,
    "artist": "African Head Charge",
    "artist_ids": [
        "9b30a687-a841-4b91-b1d8-a0ba5b6085ea"
    ],
    "album": "Shrunken Head",
    "release_id": "0512d91b-c3a1-431b-b669-b96e58ae7821",
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [],
    "release_date": "2003-06-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "African Head Charge is a psychedelic dub ensemble active since the early 1980s. The group was formed by percussionist Bonjo Iyabinghi Noah and featured a revolving cast of members, including Prisoner, Nick Plytas, Crocodile, Junior Moses, Sunny Akpan, Skip McDonald, and Jah Wobble. The group released most of its albums on Adrian Sherwood's label, On-U Sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}