Information about plays

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

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

{
    "id": 366337,
    "uri": "https://api.kexp.org/v2/plays/366337/?format=api",
    "airdate": "2019-08-12T09:53:03-07:00",
    "show": 6110,
    "show_uri": "https://api.kexp.org/v2/shows/6110/?format=api",
    "image_uri": "http://coverartarchive.org/release/94742c72-4d56-42b1-aa57-9b387f08a42e/21690670150-250.jpg",
    "thumbnail_uri": "",
    "song": "Bloodless",
    "track_id": "4e71b5fa-5778-4ac4-94bc-f256c2c2a4bf",
    "recording_id": null,
    "artist": "Andrew Bird",
    "artist_ids": [
        "081b133e-ce74-42ba-92c1-c18234acb532"
    ],
    "album": "Bloodless",
    "release_id": "94742c72-4d56-42b1-aa57-9b387f08a42e",
    "release_group_id": null,
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2018-11-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing The Paramount Theatre Saturday, October 19. Enjoy Live Video from Andrew Bird's 2016 KEXP In-Studio: https://bit.ly/2P1Wecq.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}