Information about plays

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

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

{
    "id": 356804,
    "uri": "https://api.kexp.org/v2/plays/356804/?format=api",
    "airdate": "2019-07-20T09:11:00-07:00",
    "show": 5945,
    "show_uri": "https://api.kexp.org/v2/shows/5945/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't Come In",
    "track_id": "1d4ddd5b-637f-3b3c-9901-6298b0ba03e1",
    "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": [],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Heart of the Congos is a roots reggae album by The Congos, produced by Lee \"Scratch\" Perry at his Black Ark studio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}