Information about plays

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

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

{
    "id": 354015,
    "uri": "https://api.kexp.org/v2/plays/354015/?format=api",
    "airdate": "2019-07-13T21:35:49-07:00",
    "show": 5900,
    "show_uri": "https://api.kexp.org/v2/shows/5900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mima Mounds",
    "track_id": "c0bd9bb4-7ad4-44a2-9452-96008428a0cd",
    "recording_id": null,
    "artist": "Isaac Rother & The Phantoms",
    "artist_ids": [],
    "album": "The Unspeakable Horror of...",
    "release_id": "f5e3a9b5-b727-44b5-b7ec-36c20d8b11be",
    "release_group_id": null,
    "labels": [
        "Rock n Rhythem"
    ],
    "label_ids": [],
    "release_date": "2015-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}