Information about plays

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

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

{
    "id": 374142,
    "uri": "https://api.kexp.org/v2/plays/374142/?format=api",
    "airdate": "2019-08-29T19:17:00-07:00",
    "show": 6226,
    "show_uri": "https://api.kexp.org/v2/shows/6226/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Thin Dawn",
    "track_id": "14d8e2a9-f274-4b12-b760-7fc01a80364e",
    "recording_id": null,
    "artist": "Gordon Lightfoot",
    "artist_ids": [
        "9d97b077-b28d-4ba8-a3d9-c71926e3b2b6"
    ],
    "album": "Back Here on Earth",
    "release_id": "90b07f36-e7db-4ffd-9ef4-f2182e5b6dcb",
    "release_group_id": null,
    "labels": [
        "United Artists"
    ],
    "label_ids": [],
    "release_date": "1968-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third record from Gordon Lightfoot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}