Information about plays

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

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

{
    "id": 375893,
    "uri": "https://api.kexp.org/v2/plays/375893/?format=api",
    "airdate": "2019-09-03T06:33:09-07:00",
    "show": 6260,
    "show_uri": "https://api.kexp.org/v2/shows/6260/?format=api",
    "image_uri": "http://coverartarchive.org/release/d3bd5648-2dd5-3a25-a447-ed52ee85f344/6610312817-250.jpg",
    "thumbnail_uri": "",
    "song": "Reds",
    "track_id": "935bbaf7-3edc-3366-ad95-64454b2bf20a",
    "recording_id": null,
    "artist": "Houses",
    "artist_ids": [
        "289be459-7128-4da9-bba3-21bfa19a4e76"
    ],
    "album": "All Night",
    "release_id": "d3bd5648-2dd5-3a25-a447-ed52ee85f344",
    "release_group_id": null,
    "labels": [
        "Lefse Records"
    ],
    "label_ids": [
        "66f10762-ed7a-4290-b17f-ce1d1dd6e657"
    ],
    "release_date": "2010-10-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}