Information about plays

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

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

{
    "id": 369154,
    "uri": "https://api.kexp.org/v2/plays/369154/?format=api",
    "airdate": "2019-08-18T15:53:08-07:00",
    "show": 6154,
    "show_uri": "https://api.kexp.org/v2/shows/6154/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lengua Larga",
    "track_id": "d9c652f7-b2f9-43f4-baef-3866a1b99212",
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "Private Energy",
    "release_id": "4c2cfee4-498e-433a-8e36-7e703ed3f07c",
    "release_group_id": null,
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2016-10-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Concerts at the Mural on Friday, 8/23! Free! All ages! Family friendly! YAY!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}