Information about plays

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

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

{
    "id": 368688,
    "uri": "https://api.kexp.org/v2/plays/368688/?format=api",
    "airdate": "2019-08-17T12:45:59-07:00",
    "show": 6144,
    "show_uri": "https://api.kexp.org/v2/shows/6144/?format=api",
    "image_uri": "http://coverartarchive.org/release/d77265bd-1f69-479f-91e0-1779180df1d6/13295684136-250.jpg",
    "thumbnail_uri": "",
    "song": "Monkey Fight Snake",
    "track_id": "66842220-ddd7-4fea-b079-b757d14880fb",
    "recording_id": null,
    "artist": "The Bombay Royale",
    "artist_ids": [
        "cfcb2d2f-bfe0-428b-ac21-b5c1e1ce5ea3"
    ],
    "album": "You Me Bullets Love",
    "release_id": "d77265bd-1f69-479f-91e0-1779180df1d6",
    "release_group_id": null,
    "labels": [
        "Hope Street Recordings"
    ],
    "label_ids": [
        "2592aa70-0d5b-4bc4-ac7b-b44be8bc3029"
    ],
    "release_date": "2012-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can purchase their music at http://thebombayroyale.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}