Information about plays

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

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

{
    "id": 2680378,
    "uri": "https://api.kexp.org/v2/plays/2680378/?format=api",
    "airdate": "2019-12-31T11:03:30-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Day and John Coltrane",
    "track_id": "8b811780-c327-334b-b213-f8886c648a1a",
    "recording_id": null,
    "artist": "Gil Scott-Heron",
    "artist_ids": [
        "b5b89643-c488-4f39-a302-25cab31084a5"
    ],
    "album": "Black & Proud: The Soul of the Black Panther Era, Volume 2",
    "release_id": "a17beca5-7bd7-4913-8c28-2a45f4ed0b81",
    "release_group_id": null,
    "labels": [
        "Trikont"
    ],
    "label_ids": [
        "bdbc8d73-1954-4c4f-b552-b5ba38cf94ff"
    ],
    "release_date": "2002-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "\"Ever feel kind of down and out...\nYou don't know just what to do?\"  Here are the lyrics to this tribute to Billie Holiday and John Coltrane, released on Gil Scott-Heron's 1971 debut album, \"Pieces of a Man\": https://genius.com/Gil-scott-heron-lady-day-and-john-coltrane-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}