Information about plays

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

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

{
    "id": 375682,
    "uri": "https://api.kexp.org/v2/plays/375682/?format=api",
    "airdate": "2019-09-02T17:06:07-07:00",
    "show": 6256,
    "show_uri": "https://api.kexp.org/v2/shows/6256/?format=api",
    "image_uri": "http://coverartarchive.org/release/ab17cb72-74b8-4c57-bc8f-897d8e1638e9/12415883235-250.jpg",
    "thumbnail_uri": "",
    "song": "Clouds",
    "track_id": "bb522a30-e810-337d-9bab-c52aaa8572c8",
    "recording_id": null,
    "artist": "Cibo Matto",
    "artist_ids": [
        "dc4968ba-1fe0-43b9-bba0-81c09acd6326"
    ],
    "album": "Stereotype A",
    "release_id": "ab17cb72-74b8-4c57-bc8f-897d8e1638e9",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1999-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From their second studio album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}