Information about plays

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

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

{
    "id": 353236,
    "uri": "https://api.kexp.org/v2/plays/353236/?format=api",
    "airdate": "2019-07-11T22:37:33-07:00",
    "show": 5884,
    "show_uri": "https://api.kexp.org/v2/shows/5884/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hot Sex",
    "track_id": "8dd3070e-041d-44b6-8dfa-fc64500232f7",
    "recording_id": null,
    "artist": "A Tribe Called Quest",
    "artist_ids": [
        "9689aa5a-4471-4fb4-9721-07cecda0fa9f"
    ],
    "album": "Beats & Rhymes: Hip-Hop of the 90's - Part III",
    "release_id": "8dfcfd58-0365-4d46-8bc3-cfa7ea2ca7e0",
    "release_group_id": null,
    "labels": [
        "Rhino Entertainment Company"
    ],
    "label_ids": [
        "6c87abe4-7be3-49a9-8aa7-83cb98edbba1"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hot Sex\" is a single by hip hop group A Tribe Called Quest. It was released in 1992 on the soundtrack for the film Boomerang and was later featured on European editions of the group's third studio album Midnight Marauders one year later in 1993.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}