Information about plays

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

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

{
    "id": 376936,
    "uri": "https://api.kexp.org/v2/plays/376936/?format=api",
    "airdate": "2019-09-05T08:37:43-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/4ba0ab6f-dff0-3a55-aade-3b396f010811/10828463514-250.jpg",
    "thumbnail_uri": "",
    "song": "Some Days Are Better Than Others",
    "track_id": "3ceeaafb-c9bd-3343-8f43-e5251ddd1c1f",
    "recording_id": null,
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "Zooropa",
    "release_id": "4ba0ab6f-dff0-3a55-aade-3b396f010811",
    "release_group_id": null,
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1993-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We really hope your day is not leaky. And you should definitely look at a puppy, they're great: https://www.akc.org/expert-advice/lifestyle/cute-puppies/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}