Information about plays

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

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

{
    "id": 353811,
    "uri": "https://api.kexp.org/v2/plays/353811/?format=api",
    "airdate": "2019-07-13T09:28:37-07:00",
    "show": 5896,
    "show_uri": "https://api.kexp.org/v2/shows/5896/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dub of the Middle East",
    "track_id": null,
    "recording_id": null,
    "artist": "Israel Vibration",
    "artist_ids": [
        "ffce4003-a756-46c0-b062-2e942de13d37"
    ],
    "album": "Middle East",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "RAS Records"
    ],
    "label_ids": [],
    "release_date": "1988-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Funding for their first album came in the form of a grant from the Twelve Tribes of Israel branch of Rastafarai after Hugh Booth, a member of the Twelve Tribes, had overheard the three men singing in a wooded area outside Kingston.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}