Information about plays

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

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

{
    "id": 342934,
    "uri": "https://api.kexp.org/v2/plays/342934/?format=api",
    "airdate": "2019-06-18T11:51:12-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "http://coverartarchive.org/release/b5ba5c52-3ddf-415f-b69f-3a6fa2937b13/15974831648-250.jpg",
    "thumbnail_uri": "",
    "song": "Get Off",
    "track_id": "86cf4788-ef88-4155-8bb0-1006f10f593e",
    "recording_id": null,
    "artist": "Tres Leches",
    "artist_ids": [
        "7da49df9-13ff-458a-97f3-1dfc6fad84b6"
    ],
    "album": "Tres Leches EP",
    "release_id": "b5ba5c52-3ddf-415f-b69f-3a6fa2937b13",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2016-10-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Go hear Tres Leches at this year's Capitol Hill Block Party.  They'll be playing on Saturday, July 20th, 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}