Information about plays

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

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

{
    "id": 353029,
    "uri": "https://api.kexp.org/v2/plays/353029/?format=api",
    "airdate": "2019-07-11T13:15:52-07:00",
    "show": 5881,
    "show_uri": "https://api.kexp.org/v2/shows/5881/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mentions",
    "track_id": "9736c0de-3c7a-4bb3-b02a-0dad92abd948",
    "recording_id": null,
    "artist": "HTRK",
    "artist_ids": [
        "dca2de4f-bf31-4e65-b4e2-a88cebfe9333"
    ],
    "album": "Mentions",
    "release_id": "0ca55385-14f1-4033-9e97-829cd32124c2",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2018-06-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Australian experimental rock duo HTRK released their most recent studio album Psychic 9-5 Club four years ago. It was their first LP fully recorded as a two-piece, following their bandmate’s death in 2010. On it, they ponder bodily awareness, energy, and day-jobs over slinking synths. These topics feel heavier on their new single 'Mentions,' from a forthcoming two-track collection Drama.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}