Information about plays

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

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

{
    "id": 349240,
    "uri": "https://api.kexp.org/v2/plays/349240/?format=api",
    "airdate": "2019-07-02T21:38:37-07:00",
    "show": 5820,
    "show_uri": "https://api.kexp.org/v2/shows/5820/?format=api",
    "image_uri": "http://coverartarchive.org/release/983ae253-215e-4f6c-8411-fa7ddcec2d94/19120789325-250.jpg",
    "thumbnail_uri": "",
    "song": "Regret",
    "track_id": "9afd000d-8a11-36f0-8261-496e01ae9a06",
    "recording_id": null,
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "(The Best of) New Order",
    "release_id": "983ae253-215e-4f6c-8411-fa7ddcec2d94",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1995-03-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}