Information about plays

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

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

{
    "id": 2679215,
    "uri": "https://api.kexp.org/v2/plays/2679215/?format=api",
    "airdate": "2019-12-28T16:54:24-08:00",
    "show": 46243,
    "show_uri": "https://api.kexp.org/v2/shows/46243/?format=api",
    "image_uri": "https://coverartarchive.org/release/abe4d2d9-cb1a-4c0f-96a4-7768dcd84e82/12328067209-250.jpg",
    "thumbnail_uri": "",
    "song": "Ancient",
    "track_id": "33ebc8a8-afef-4831-9bb8-48628013a511",
    "recording_id": null,
    "artist": "Operators",
    "artist_ids": [
        "30a1b97e-0614-4320-bb9b-4cb13cd6cf66"
    ],
    "album": "EP1",
    "release_id": "abe4d2d9-cb1a-4c0f-96a4-7768dcd84e82",
    "release_group_id": null,
    "labels": [
        "Last Gang Records"
    ],
    "label_ids": [
        "92218c9e-83bb-494d-afc2-f9475b64490d"
    ],
    "release_date": "2014-08-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}