Information about plays

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

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

{
    "id": 342913,
    "uri": "https://api.kexp.org/v2/plays/342913/?format=api",
    "airdate": "2019-06-18T10:33:00-07:00",
    "show": 5719,
    "show_uri": "https://api.kexp.org/v2/shows/5719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throw Down Your Arms",
    "track_id": "ed4d0704-d5d2-3f9e-8ef3-c567103f4bc8",
    "recording_id": null,
    "artist": "Burning Spear",
    "artist_ids": [
        "16dad944-c492-43dd-88ed-e0b7ac520c40"
    ],
    "album": "Ultimate Collection",
    "release_id": "b6d3ad32-650c-4501-8987-e2073b2b655e",
    "release_group_id": null,
    "labels": [
        "Hip‐O Records"
    ],
    "label_ids": [],
    "release_date": "2001-06-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read an artist biography of Winston Rodney, aka Burning Spear, one of the most influential voices in reggae:  https://www.allmusic.com/artist/burning-spear-mn0000641994/biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}