Information about plays

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

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

{
    "id": 345891,
    "uri": "https://api.kexp.org/v2/plays/345891/?format=api",
    "airdate": "2019-06-25T08:55:00-07:00",
    "show": 5767,
    "show_uri": "https://api.kexp.org/v2/shows/5767/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Car",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Ribbon",
    "artist_ids": [
        "ef4091bd-cb48-4c99-873c-90e104ce79d5"
    ],
    "album": "Live on KEXP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "KEXP"
    ],
    "label_ids": [],
    "release_date": "2018-11-28",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Red Ribbon is playing the Capitol Hill Block Party July 19th and playing with Cherry Glazerr at the Mural Amphitheater Friday, August 9th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}