Information about plays

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

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

{
    "id": 344771,
    "uri": "https://api.kexp.org/v2/plays/344771/?format=api",
    "airdate": "2019-06-22T15:52:16-07:00",
    "show": 5747,
    "show_uri": "https://api.kexp.org/v2/shows/5747/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cocoon",
    "track_id": "765b738a-0958-3c5e-b7dd-fec2451342b3",
    "recording_id": null,
    "artist": "Mark Sandman",
    "artist_ids": [
        "bdb7b3b2-de80-4a9d-8056-07f706cb2941"
    ],
    "album": "Sandbox",
    "release_id": "b7709e8c-b557-4241-be2b-767335eab04c",
    "release_group_id": null,
    "labels": [
        "Hi-N-Dry"
    ],
    "label_ids": [],
    "release_date": "2004-11-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dark, witty, lonely, brilliant, tragic—Mark Sandman was all these things. Fronting legendary Boston band Morphine, he realized his unique vision, creating a style of music he dubbed “low rock”: poetic lyrics sprawled across a booming foundation of electric slide bass, double-baritone sax and pounding drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}