Information about plays

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

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

{
    "id": 346632,
    "uri": "https://api.kexp.org/v2/plays/346632/?format=api",
    "airdate": "2019-06-26T18:12:00-07:00",
    "show": 5776,
    "show_uri": "https://api.kexp.org/v2/shows/5776/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "When The Saints Go Marching In Boogie",
    "track_id": "d4099fb5-b338-4eba-b847-0c4d5738fbe4",
    "recording_id": null,
    "artist": "Dave Bartholomew",
    "artist_ids": [
        "9ad119e3-8a03-41a9-9ba8-fa754390b81d"
    ],
    "album": "Blues & Rhythm Series: The Chronological Dave Bartholomew 1952-1955",
    "release_id": "ccb1eb74-27c8-40c4-9bba-0579e193c5a9",
    "release_group_id": null,
    "labels": [
        "Classics Records"
    ],
    "label_ids": [],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Dave Bartholomew   www.nytimes.com/2019/06/23/obituaries/dave-bartholomew-dies-at-100.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}