Information about plays

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

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

{
    "id": 2680007,
    "uri": "https://api.kexp.org/v2/plays/2680007/?format=api",
    "airdate": "2019-12-30T16:01:00-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kiss the Sky",
    "track_id": "c8a2ca6a-1764-471d-a246-42eeccbc32cf",
    "recording_id": null,
    "artist": "Shawn Lee’s Ping Pong Orchestra",
    "artist_ids": [
        "992023a1-8ee8-4aab-8e84-7825546a2b01"
    ],
    "album": "Voices and Choices",
    "release_id": "1d782c2b-b0fc-46cb-8ada-dbee125ecc80",
    "release_group_id": null,
    "labels": [
        "Ubiquity"
    ],
    "label_ids": [],
    "release_date": "2013-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shawn Lee was here at KEXP in October, 2015! https://www.youtube.com/watch?v=euNPN9UrvBA&t=36s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}