Information about plays

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

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

{
    "id": 343633,
    "uri": "https://api.kexp.org/v2/plays/343633/?format=api",
    "airdate": "2019-06-19T20:10:42-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Good Night, Irene",
    "track_id": "005cbbe0-a417-39bc-a99f-58d4b835a2d4",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Goin' Back to New Orleans",
    "release_id": "8395c202-a0fa-4d3f-acf2-2f7b888fb73c",
    "release_group_id": null,
    "labels": [
        "WB Records"
    ],
    "label_ids": [],
    "release_date": "1992-06-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Album recorded with Neville Brothers, Al Hirt and many others, exploring and celebrating powerful New Orleans music, with full NOLA Indian Chief regalia on the cover (and the title track video: https://www.youtube.com/watch?v=pdvzfeIKHTE) ; https://www.theguardian.com/music/2019/jun/07/dr-john-obituary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}