Information about plays

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

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

{
    "id": 343628,
    "uri": "https://api.kexp.org/v2/plays/343628/?format=api",
    "airdate": "2019-06-19T19:49:27-07:00",
    "show": 5727,
    "show_uri": "https://api.kexp.org/v2/shows/5727/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Babylon",
    "track_id": "45d4a24c-0ed1-323c-b3eb-38c021d2125f",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Babylon",
    "release_id": "f9d24eec-89de-4bd1-b3fc-ae1a878a6ee9",
    "release_group_id": null,
    "labels": [
        "Atco"
    ],
    "label_ids": [],
    "release_date": "1969-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Big thanks to Tom Humphrey from “Backroads To Nowhere” on XRAY-FM Portland: https://xray.fm/broadcasts/29356 ; Dr. John described in his book “Under A Hoodoo Moon” cutting this record in 1968, amidst war, assassinations of MLK and Bobby Kennedy, and visions of the end of the world",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}