Information about plays

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

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

{
    "id": 353603,
    "uri": "https://api.kexp.org/v2/plays/353603/?format=api",
    "airdate": "2019-07-12T20:37:00-07:00",
    "show": 5890,
    "show_uri": "https://api.kexp.org/v2/shows/5890/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dancing Queen",
    "track_id": "5beaa56a-3fe2-3b2f-bc2a-b6f7e5a81c24",
    "recording_id": null,
    "artist": "ABBA",
    "artist_ids": [
        "d87e52c5-bb8d-4da8-b941-9f4928627dc8"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of ABBA",
    "release_id": "b9297fcf-ae79-4926-ba51-192bc86141d7",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [],
    "release_date": "2000-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://abbasite.com/articles/dancing-queen/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}