Information about plays

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

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

{
    "id": 353786,
    "uri": "https://api.kexp.org/v2/plays/353786/?format=api",
    "airdate": "2019-07-13T06:09:00-07:00",
    "show": 5893,
    "show_uri": "https://api.kexp.org/v2/shows/5893/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chaoplasm",
    "track_id": "45ee65a6-8629-453f-b09f-2abbcaca2f6c",
    "recording_id": null,
    "artist": "Blood Incantation",
    "artist_ids": [
        "a5f0f298-776a-4909-bc09-4fd56a680542"
    ],
    "album": "Starspawn",
    "release_id": "5f2fe01f-4b17-4377-ab48-130d6646b6d7",
    "release_group_id": null,
    "labels": [
        "Dark Descent Records"
    ],
    "label_ids": [],
    "release_date": "2016-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}