Information about plays

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

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

{
    "id": 2676116,
    "uri": "https://api.kexp.org/v2/plays/2676116/?format=api",
    "airdate": "2019-12-20T22:54:00-08:00",
    "show": 46188,
    "show_uri": "https://api.kexp.org/v2/shows/46188/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smooth Operator",
    "track_id": "132c6ce9-974c-33d3-bdc5-6e1c1238f2f7",
    "recording_id": null,
    "artist": "Big Daddy Kane",
    "artist_ids": [
        "8e75d270-4d53-4a4a-bc14-e3ace37ebd4e"
    ],
    "album": "It’s a Big Daddy Thing",
    "release_id": "0c3bb8d9-8c51-4598-a907-8370f7d42abc",
    "release_group_id": null,
    "labels": [
        "Cold Chillin’"
    ],
    "label_ids": [
        "85effcdf-76de-4f04-86d2-f8a842350df2"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}