Information about plays

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

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

{
    "id": 343623,
    "uri": "https://api.kexp.org/v2/plays/343623/?format=api",
    "airdate": "2019-06-19T19:17:19-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Talk That Talk",
    "track_id": "a4c4b737-ff3e-371d-b4d0-a3a71b31321b",
    "recording_id": null,
    "artist": "Dr. John & Ronnie Barron",
    "artist_ids": [],
    "album": "More Gumbo Stew",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "2004-12-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another one with Dr. John with the so-called “original 'Dr. John'\": http://blog.ponderosastomp.com/2011/08/song-of-the-day-life-is-a-struggle-by-ronnie-barron-the-original-dr-john",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}