Information about plays

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

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

{
    "id": 2681377,
    "uri": "https://api.kexp.org/v2/plays/2681377/?format=api",
    "airdate": "2020-01-02T21:42:00-08:00",
    "show": 46280,
    "show_uri": "https://api.kexp.org/v2/shows/46280/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Gumball Machine Weekend",
    "track_id": "74080c6b-5c1b-3b44-a930-7f3b672dc79e",
    "recording_id": null,
    "artist": "Yppah",
    "artist_ids": [
        "5805761c-fa24-40e5-bb79-295a64195bf7"
    ],
    "album": "They Know What Ghost Know",
    "release_id": "8cba862c-d91f-4270-8311-72b4eea3e3f2",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": "2009-05-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yppah, featuring Anomie Belle, performs live in the KEXP studio. Recorded March 21, 2012 https://www.youtube.com/watch?v=rBSvq64cQU4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}