Information about plays

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

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

{
    "id": 354083,
    "uri": "https://api.kexp.org/v2/plays/354083/?format=api",
    "airdate": "2019-07-14T01:34:00-07:00",
    "show": 5902,
    "show_uri": "https://api.kexp.org/v2/shows/5902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Autochthon",
    "track_id": "7e20f5fc-212f-350a-b0d8-73f9f5d9e1de",
    "recording_id": null,
    "artist": "Krallice",
    "artist_ids": [
        "b4e4b359-76a3-447e-be1d-80a24887134e"
    ],
    "album": "Dimensional Bleedthrough",
    "release_id": "39fec153-c55a-4b18-88b3-885260374ffc",
    "release_group_id": null,
    "labels": [
        "Gilead Media"
    ],
    "label_ids": [],
    "release_date": "2010-05-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If you order all four of Krallice's LPs from their Bandcamp page, you can get free merch. https://krallice.bandcamp.com/album/the-wastes-of-time",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}