Information about plays

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

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

{
    "id": 380125,
    "uri": "https://api.kexp.org/v2/plays/380125/?format=api",
    "airdate": "2019-09-12T19:59:00-07:00",
    "show": 6325,
    "show_uri": "https://api.kexp.org/v2/shows/6325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Double Indemnity",
    "track_id": "aa0e29eb-c779-3591-a34d-9e21fbf9c8b1",
    "recording_id": null,
    "artist": "Scott Miller and The Commonwealth",
    "artist_ids": [
        "35b9e38e-3068-4f9f-9806-fe63d053779f"
    ],
    "album": "For Crying Out Loud",
    "release_id": "23eb27b9-0985-4f67-abac-57f3e3df647b",
    "release_group_id": null,
    "labels": [
        "F.A.Y. Recordings"
    ],
    "label_ids": [
        "98c03a5c-9bde-43c1-ac24-69287c61b2de"
    ],
    "release_date": "2009-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}