Information about plays

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

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

{
    "id": 380727,
    "uri": "https://api.kexp.org/v2/plays/380727/?format=api",
    "airdate": "2019-09-14T09:49:46-07:00",
    "show": 6337,
    "show_uri": "https://api.kexp.org/v2/shows/6337/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ark of Covenant",
    "track_id": "1b0bba54-fa4a-360d-832f-880c8201ae87",
    "recording_id": null,
    "artist": "The Congos",
    "artist_ids": [
        "6a810a7e-0163-41c5-b198-2edcbb4a33bb"
    ],
    "album": "Heart of the Congos",
    "release_id": "1d458969-54cc-48a9-b10c-7da39fd999cc",
    "release_group_id": null,
    "labels": [
        "Black Ark Studios"
    ],
    "label_ids": [
        "eebde520-c83b-4715-8504-530e52829d63"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}