Information about plays

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

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

{
    "id": 375104,
    "uri": "https://api.kexp.org/v2/plays/375104/?format=api",
    "airdate": "2019-09-01T04:58:00-07:00",
    "show": 6244,
    "show_uri": "https://api.kexp.org/v2/shows/6244/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Archangel",
    "track_id": "b9df0103-0c3d-39c7-8bd9-04ff266d42c7",
    "recording_id": null,
    "artist": "Burial",
    "artist_ids": [
        "9ddce51c-2b75-4b3e-ac8c-1db09e7c89c6"
    ],
    "album": "Untrue",
    "release_id": "d84892a9-0b1d-3694-a2a1-f19ddb7d0c53",
    "release_group_id": null,
    "labels": [
        "Hyperdub"
    ],
    "label_ids": [],
    "release_date": "2007-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Majorly influential at the time of release, Burial's 2007 album \"Untrue\" inspired many producers and DJs who came after.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}