Information about plays

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

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

{
    "id": 343644,
    "uri": "https://api.kexp.org/v2/plays/343644/?format=api",
    "airdate": "2019-06-19T20:43:19-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Didn't He Ramble / Closer Walk With Thee",
    "track_id": null,
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Dr John Plays Mac Rebennack: Legendary Sessions, Volume. 2",
    "release_id": "a95f722d-ff8f-43eb-9b06-d0dcdcc88e99",
    "release_group_id": null,
    "labels": [
        "Clean Cuts Music"
    ],
    "label_ids": [
        "e813e2d8-3f69-4846-9b94-aa3526a23a17"
    ],
    "release_date": "2006-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dr. John was able to finish the project he had been working on before he passed, and so there will be a final album: https://www.rollingstone.com/music/music-news/dr-john-last-album-846783",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}