Information about plays

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

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

{
    "id": 377787,
    "uri": "https://api.kexp.org/v2/plays/377787/?format=api",
    "airdate": "2019-09-07T02:45:42-07:00",
    "show": 6284,
    "show_uri": "https://api.kexp.org/v2/shows/6284/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hard Times",
    "track_id": "3715a38f-0906-35d5-9004-925855a532ab",
    "recording_id": null,
    "artist": "Baby Huey",
    "artist_ids": [
        "66c03e40-2337-4952-8b27-afcbc68a6e5a"
    ],
    "album": "The Baby Huey Story: The Living Legend",
    "release_id": "737dac21-0e68-38da-a2c5-49c20d477301",
    "release_group_id": null,
    "labels": [
        "Water"
    ],
    "label_ids": [
        "315653ce-0008-4aff-9811-bb886ff9b8f8"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Used in a scene from the Wu-Tang series + sampled by RZA on Ghostface Killah's \"Buck 50\" https://www.youtube.com/watch?v=USHHE9BHfOE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}