Information about plays

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

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

{
    "id": 369204,
    "uri": "https://api.kexp.org/v2/plays/369204/?format=api",
    "airdate": "2019-08-18T18:57:00-07:00",
    "show": 6155,
    "show_uri": "https://api.kexp.org/v2/shows/6155/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Girls From Paramaribo",
    "track_id": "ce091cd0-60d7-384f-a028-5b8354b805f6",
    "recording_id": null,
    "artist": "Berry Lipman",
    "artist_ids": [
        "354310d7-66cd-4872-bca9-f89c36192108"
    ],
    "album": "The Most Beautiful Girls in the World",
    "release_id": "8820fefc-4b63-4e4f-8c14-3c1e1c774d7e",
    "release_group_id": null,
    "labels": [
        "BASF"
    ],
    "label_ids": [
        "6dba415b-e8ac-4c96-a95f-bc5479cee1ea"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}