Information about plays

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

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

{
    "id": 356793,
    "uri": "https://api.kexp.org/v2/plays/356793/?format=api",
    "airdate": "2019-07-20T06:35:00-07:00",
    "show": 5943,
    "show_uri": "https://api.kexp.org/v2/shows/5943/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jackie Wants a Black Eye",
    "track_id": "81aa94d9-edbd-3cf5-b386-1c17b2df910a",
    "recording_id": null,
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Shame, Shame",
    "release_id": "637f19cf-bd77-4fd8-8f2f-ac212e0d57ae",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2010-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}