Information about plays

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

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

{
    "id": 356577,
    "uri": "https://api.kexp.org/v2/plays/356577/?format=api",
    "airdate": "2019-07-19T18:57:00-07:00",
    "show": 5940,
    "show_uri": "https://api.kexp.org/v2/shows/5940/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lady Marmalade",
    "track_id": "2f37a9fc-06e7-334a-a03c-88583ea7ff01",
    "recording_id": null,
    "artist": "Labelle",
    "artist_ids": [
        "b6096f38-e69b-441c-b696-4734b0508166"
    ],
    "album": "Lady Marmalade",
    "release_id": "a99a9e37-a486-45d5-a7f7-118e7a7e8e0c",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [],
    "release_date": "1974-11-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fronted by legendary R&B vocalist/songwriter Patti Labelle. She performed this with Christina Aguilera, Lil' Kim, Pink, and Mya at the 2002 Grammy Awards where the cover featured in the movie \"Moulin Rouge\" reintroduced this classic to a new generation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}