Information about plays

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

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

{
    "id": 345794,
    "uri": "https://api.kexp.org/v2/plays/345794/?format=api",
    "airdate": "2019-06-25T03:54:51-07:00",
    "show": 5766,
    "show_uri": "https://api.kexp.org/v2/shows/5766/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Headcage",
    "track_id": "13a33af8-2956-3dec-baaf-336a1584dc65",
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Beams",
    "release_id": "01e3bd8c-82ec-4b70-a565-17a144a1f970",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2012-08-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "By request!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}