Information about plays

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

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

{
    "id": 381743,
    "uri": "https://api.kexp.org/v2/plays/381743/?format=api",
    "airdate": "2019-09-16T22:12:00-07:00",
    "show": 6356,
    "show_uri": "https://api.kexp.org/v2/shows/6356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "And You and I",
    "track_id": "951f6830-aa36-4bf8-a89b-d7a85c201901",
    "recording_id": null,
    "artist": "Yes",
    "artist_ids": [
        "c1d4f2ba-cf39-460c-9528-6b827d3417a1"
    ],
    "album": "Close to the Edge",
    "release_id": "39de3fa4-bbed-4c86-93a7-fe5ec3808cfd",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}