Information about plays

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

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

{
    "id": 356813,
    "uri": "https://api.kexp.org/v2/plays/356813/?format=api",
    "airdate": "2019-07-20T09:40:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "This is Club Dance",
    "track_id": "8fbc996e-f916-4642-8169-8c5c7040237e",
    "recording_id": null,
    "artist": "Capital Letters",
    "artist_ids": [
        "57af56bc-bf5f-4cbe-9476-7f3c2447805b"
    ],
    "album": "Reality",
    "release_id": "92fc4d8d-4675-4f5d-88bf-22f5b07bea8f",
    "release_group_id": null,
    "labels": [
        "Reggae Archive Records"
    ],
    "label_ids": [],
    "release_date": "2014-02-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Capital Letters were a reggae band from Wolverhampton, England. A move to Shepherds Bush, Middlesex, in 1977 set them in place to become one of the Greensleeves label's first signings. Their single \"Smoking My Ganja\" blew the woofers out of UK sound systems throughout '78, and propelled them into the studio to record a full-length.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}