Information about plays

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

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

{
    "id": 375794,
    "uri": "https://api.kexp.org/v2/plays/375794/?format=api",
    "airdate": "2019-09-03T00:28:05-07:00",
    "show": 6258,
    "show_uri": "https://api.kexp.org/v2/shows/6258/?format=api",
    "image_uri": "http://coverartarchive.org/release/cac50816-5084-438f-8118-2b88881cd8fd/23033644091-250.jpg",
    "thumbnail_uri": "",
    "song": "Weather",
    "track_id": "feac4e38-7f73-45ed-bdfd-60a1ec6cf636",
    "recording_id": null,
    "artist": "Tycho",
    "artist_ids": [
        "cbef45a9-7acb-4325-94c9-70081ac8d1b8"
    ],
    "album": "Weather",
    "release_id": "cac50816-5084-438f-8118-2b88881cd8fd",
    "release_group_id": null,
    "labels": [
        "Mom + Pop Music"
    ],
    "label_ids": [
        "e30c6170-fcd5-4c30-9b89-bd1bdcbcaa5f"
    ],
    "release_date": "2019-07-12",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tycho's In-Studio will air on Sunday the 8th at 1pm and they play later that night at Paramount with Poolside sharing the bill.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}