Information about plays

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

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

{
    "id": 356162,
    "uri": "https://api.kexp.org/v2/plays/356162/?format=api",
    "airdate": "2019-07-18T19:27:00-07:00",
    "show": 5934,
    "show_uri": "https://api.kexp.org/v2/shows/5934/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Little Ol’ Wine Drinker, Me",
    "track_id": "47b0c228-bb6e-30fc-b11c-bf6380ab7d1b",
    "recording_id": null,
    "artist": "Eddie Spaghetti",
    "artist_ids": [
        "a9fe9e6a-9b16-42d1-befc-9b4854f6a3cd"
    ],
    "album": "The Sauce",
    "release_id": "af8f9ae7-b861-430d-baea-44d0380a213d",
    "release_group_id": null,
    "labels": [
        "MidFi"
    ],
    "label_ids": [],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Robert Mitchum cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}