Information about plays

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

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

{
    "id": 357103,
    "uri": "https://api.kexp.org/v2/plays/357103/?format=api",
    "airdate": "2019-07-21T02:42:00-07:00",
    "show": 5953,
    "show_uri": "https://api.kexp.org/v2/shows/5953/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shuck Dub",
    "track_id": null,
    "recording_id": null,
    "artist": "R.L. Burnside",
    "artist_ids": [],
    "album": "Come on In",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "1998-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The rumours are true ya'll, I started re-watching The Sopranos - https://youtu.be/Qf_urYJvunA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}