Information about plays

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

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

{
    "id": 346335,
    "uri": "https://api.kexp.org/v2/plays/346335/?format=api",
    "airdate": "2019-06-26T05:14:03-07:00",
    "show": 5772,
    "show_uri": "https://api.kexp.org/v2/shows/5772/?format=api",
    "image_uri": "http://coverartarchive.org/release/637f19cf-bd77-4fd8-8f2f-ac212e0d57ae/14213079506-250.jpg",
    "thumbnail_uri": "",
    "song": "Where'd All the Time Go?",
    "track_id": "9a194d1c-da5e-3943-83e6-e3044f18c84a",
    "recording_id": null,
    "artist": "Dr. Dog",
    "artist_ids": [
        "e9aed5e5-ed35-4244-872e-194862290295"
    ],
    "album": "Shame, Shame",
    "release_id": "637f19cf-bd77-4fd8-8f2f-ac212e0d57ae",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2010-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}