Information about plays

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

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

{
    "id": 366097,
    "uri": "https://api.kexp.org/v2/plays/366097/?format=api",
    "airdate": "2019-08-11T18:28:00-07:00",
    "show": 6106,
    "show_uri": "https://api.kexp.org/v2/shows/6106/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Arrival",
    "track_id": "6c990174-5bce-4a01-b941-37a62d5841d0",
    "recording_id": null,
    "artist": "Ras G & The Afrikan Space Program",
    "artist_ids": [
        "836e0279-58be-403c-97f4-d6bd4aaf0c1b"
    ],
    "album": "Stargate Music",
    "release_id": "32d6b3b1-4cdb-46f9-bb5b-bfd46aaa09e7",
    "release_group_id": null,
    "labels": [
        "Leaving Records"
    ],
    "label_ids": [
        "89150667-0630-4d6d-9b57-b2e723323c5f"
    ],
    "release_date": "2018-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}