Information about plays

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

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

{
    "id": 349741,
    "uri": "https://api.kexp.org/v2/plays/349741/?format=api",
    "airdate": "2019-07-03T20:34:35-07:00",
    "show": 5825,
    "show_uri": "https://api.kexp.org/v2/shows/5825/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Patriotic Flag-waver",
    "track_id": "dde8aa5f-0756-31a6-894b-8182ac4672d7",
    "recording_id": null,
    "artist": "Dr. John",
    "artist_ids": [
        "fe0e1895-aa84-47d9-8e5b-7930fc20709b"
    ],
    "album": "Babylon",
    "release_id": "8447a187-c986-3d97-96a6-e3d0be10b649",
    "release_group_id": null,
    "labels": [
        "ATCO Records"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Still mourning the passing of the inimitable Dr. John ; originally a 1968 single, combining funk, commentary, and flag-waving songs into what he apparently called his “own sick-ass view of the world”: https://theseconddisc.com/2019/06/in-memoriam-dr-john-1941-2019/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}