Information about plays

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

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

{
    "id": 371041,
    "uri": "https://api.kexp.org/v2/plays/371041/?format=api",
    "airdate": "2019-08-22T21:44:46-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Yo' Praise",
    "track_id": "dc6083de-4561-470f-95e8-11ece4cc5a60",
    "recording_id": null,
    "artist": "Camille Yarbrough",
    "artist_ids": [
        "70537ac4-c792-4e1e-b30d-caf4d9be421c"
    ],
    "album": "Loose & Juicy",
    "release_id": "426fce53-f29d-42d0-875a-20ae6a835c32",
    "release_group_id": null,
    "labels": [
        "Vanguard"
    ],
    "label_ids": [
        "40998461-7dfe-4fe1-8ece-8547438c4938"
    ],
    "release_date": "2007-02-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Best known for the song \"Take Yo' Praise\", which Fatboy Slim sampled in his 1998 track \"Praise You\". \"Take Yo' Praise\" was originally recorded in 1975 for Yarbrough's first album, The Iron Pot Cooker, released on Vanguard Records. The album was based on the 1971 stage dramatization of Yarbrough's one-woman, spoken word show, Tales and Tunes of an African American Griot.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}