Information about plays

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

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

{
    "id": 355626,
    "uri": "https://api.kexp.org/v2/plays/355626/?format=api",
    "airdate": "2019-07-17T14:45:45-07:00",
    "show": 5926,
    "show_uri": "https://api.kexp.org/v2/shows/5926/?format=api",
    "image_uri": "http://coverartarchive.org/release/c261806f-ed83-4c34-be9f-61607d5cd200/17533620134-250.jpg",
    "thumbnail_uri": "",
    "song": "Off The Radar",
    "track_id": "729e359c-bbbf-4894-b34f-311fbe2ac943",
    "recording_id": null,
    "artist": "Noga Erez",
    "artist_ids": [
        "06479724-ee7d-471e-a3d4-4554330a0293"
    ],
    "album": "Off the Radar",
    "release_id": "c261806f-ed83-4c34-be9f-61607d5cd200",
    "release_group_id": null,
    "labels": [
        "City Slang"
    ],
    "label_ids": [
        "82935ddb-a9d6-45a7-85e3-0b0add51fa1c"
    ],
    "release_date": "2017-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Noga Erez was a guest DJ for KEXPs Midnight In A Perfect World about two years ago. \"Noga Erez is a Tel Aviv-based singer-songwriter, multi-instrumentalist and producer creating smart, catchy, colorful global electro-pop packed with vibrant instrumentation and politically-charged lyrics.\" Check out that set here: https://www.kexp.org/read/2017/8/29/midnight-in-a-perfect-world-noga-erez/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}