Information about plays

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

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

{
    "id": 365828,
    "uri": "https://api.kexp.org/v2/plays/365828/?format=api",
    "airdate": "2019-08-11T03:22:00-07:00",
    "show": 6102,
    "show_uri": "https://api.kexp.org/v2/shows/6102/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be Thankful for What You Got",
    "track_id": "8f08fd69-593d-305f-86c5-3862226c49c9",
    "recording_id": null,
    "artist": "William DeVaughn",
    "artist_ids": [
        "e547ca1c-f9fb-46fb-aee7-9a300622b513"
    ],
    "album": "Be Thankful for What You Got",
    "release_id": "fb30a07c-4143-4606-be4b-41752c3584fe",
    "release_group_id": null,
    "labels": [
        "Collectables"
    ],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampled by N.W.A, Ludacris, and Ice Cube, 'Be Thankful for What You Got' is a seminal track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}