Information about plays

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

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

{
    "id": 348082,
    "uri": "https://api.kexp.org/v2/plays/348082/?format=api",
    "airdate": "2019-06-30T04:09:08-07:00",
    "show": 5800,
    "show_uri": "https://api.kexp.org/v2/shows/5800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Always Late",
    "track_id": "329d5d3c-73da-4676-99de-f25ced271903",
    "recording_id": null,
    "artist": "Acetone",
    "artist_ids": [
        "56583c57-ca4c-4888-bbd6-008eebb03c0f"
    ],
    "album": "1992-2001",
    "release_id": "d00554d1-661d-40a0-be4f-c763e2ef1eda",
    "release_group_id": null,
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "2017-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}