Information about plays

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

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

{
    "id": 346026,
    "uri": "https://api.kexp.org/v2/plays/346026/?format=api",
    "airdate": "2019-06-25T16:10:09-07:00",
    "show": 5769,
    "show_uri": "https://api.kexp.org/v2/shows/5769/?format=api",
    "image_uri": "http://coverartarchive.org/release/47651943-21e5-4525-8d3e-c4c4b720c754/22460864394-250.jpg",
    "thumbnail_uri": "",
    "song": "Second Skin",
    "track_id": "3fdbf185-2052-483b-bcf5-a03d3abeee99",
    "recording_id": null,
    "artist": "The Gits",
    "artist_ids": [
        "b916a410-ee27-4f15-92ce-1ce2b60e7697"
    ],
    "album": "Frenching the Bully (re-remixed and remastered)",
    "release_id": "8a25e77b-9225-4eba-bbf9-b42e0c5a47af",
    "release_group_id": null,
    "labels": [
        "Broken Rekids"
    ],
    "label_ids": [
        "93c2f4cd-a727-4146-b909-efd41e9eae44"
    ],
    "release_date": "2003-06-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Second Skin was the second single by American punk rock band The Gits. The record was released as a limited edition 7\" single by the San Francisco-based Broken Rekids Records who would later handle all of the band's discography.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}