Information about plays

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

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

{
    "id": 375508,
    "uri": "https://api.kexp.org/v2/plays/375508/?format=api",
    "airdate": "2019-09-02T06:21:21-07:00",
    "show": 6254,
    "show_uri": "https://api.kexp.org/v2/shows/6254/?format=api",
    "image_uri": "http://coverartarchive.org/release/488ea3c5-0615-452d-96e4-c2b7e13fda50/22168031137-250.jpg",
    "thumbnail_uri": "",
    "song": "Bellevue Bridge Club",
    "track_id": "bcadf397-318c-4a6c-953d-c360cda1c146",
    "recording_id": null,
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "My Finest Work Yet",
    "release_id": "488ea3c5-0615-452d-96e4-c2b7e13fda50",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2019-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Andrew Bird returns to Seattle on Saturday October 19 with a show at the Paramount. http://www.andrewbird.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}