Information about plays

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

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

{
    "id": 2679891,
    "uri": "https://api.kexp.org/v2/plays/2679891/?format=api",
    "airdate": "2019-12-30T08:40:04-08:00",
    "show": 46257,
    "show_uri": "https://api.kexp.org/v2/shows/46257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Initiative",
    "track_id": "ab394198-405a-438d-b45d-4891efa9d604",
    "recording_id": null,
    "artist": "Shopping",
    "artist_ids": [
        "b20c4968-3d5d-41fc-b8f8-a6092528eb79"
    ],
    "album": "All or Nothing",
    "release_id": "e0ae98ce-6952-4b20-b71d-f33f87a074f6",
    "release_group_id": null,
    "labels": [
        "FatCat Records"
    ],
    "label_ids": [
        "21d42a26-b50d-4d1b-8494-ec07922919ce"
    ],
    "release_date": "2020-02-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing the Sunset Tavern March 6th! “We found ourselves singing about being true to yourself, in an often binary and belligerent digital age, and reclaiming agency when it feels like our personal freedom and privacy is constantly eroding,” the band says. https://shoppingfc.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}