Information about plays

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

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

{
    "id": 375235,
    "uri": "https://api.kexp.org/v2/plays/375235/?format=api",
    "airdate": "2019-09-01T12:00:00-07:00",
    "show": 6247,
    "show_uri": "https://api.kexp.org/v2/shows/6247/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "(Don't Be Comin' With No) Weak Sauce",
    "track_id": "a94bffd6-d939-3a5f-9fd3-32f707674565",
    "recording_id": null,
    "artist": "Stanton Moore",
    "artist_ids": [
        "8fcb7629-09ef-4def-b1e8-7ef7b57de9cb"
    ],
    "album": "III",
    "release_id": "7373bd80-bb96-4981-bfc6-258968e1bf65",
    "release_group_id": null,
    "labels": [
        "Telarc"
    ],
    "label_ids": [],
    "release_date": "2006-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Stanton Moore is a funk/jazz/rock drummer from New Orleans. He is one of the founding members of funk/jam band Galactic. https://www.stantonmoore.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}