Information about plays

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

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

{
    "id": 357705,
    "uri": "https://api.kexp.org/v2/plays/357705/?format=api",
    "airdate": "2019-07-22T16:15:15-07:00",
    "show": 5963,
    "show_uri": "https://api.kexp.org/v2/shows/5963/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dreamer",
    "track_id": "a04c3f0e-f2fe-4dcc-b620-7727c8ab49ff",
    "recording_id": null,
    "artist": "Four Tet",
    "artist_ids": [
        "3bcff06f-675a-451f-9075-99e8657047e8"
    ],
    "album": "Dreamer",
    "release_id": "f93372ed-c2ca-4bdf-8712-e38e3a56c925",
    "release_group_id": null,
    "labels": [
        "Text Records"
    ],
    "label_ids": [
        "b6cda36e-510e-4bca-a655-3db6dd324d8e"
    ],
    "release_date": "2019-07-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The solo project of British musician Kieran Hebden, Four Tet has been one of the most unique, influential, and exciting electronic artists of the past 15 years. Boasting a stacked catalogue of critically-acclaimed albums, stunning collaborations, inventive remixes, and world-class DJ sets, Four Tet puts together a thrillingly kinetic genre-hopping mix for Midnight In A Perfect World that spotlights his incredibly deep crates filled with amazing rare gems both new and old from all over the globe.\" https://www.kexp.org/read/2015/5/12/midnight-in-a-perfect-world-four-tet/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}