Information about plays

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

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

{
    "id": 357372,
    "uri": "https://api.kexp.org/v2/plays/357372/?format=api",
    "airdate": "2019-07-21T19:32:00-07:00",
    "show": 5958,
    "show_uri": "https://api.kexp.org/v2/shows/5958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World of Fantasy",
    "track_id": "32d35ee5-21fc-4177-988c-3961046ddad3",
    "recording_id": null,
    "artist": "Five Stairsteps",
    "artist_ids": [
        "42700164-abe3-4b45-b627-f4c8deca5e82"
    ],
    "album": "Step by Step by Step",
    "release_id": "5d5ede1f-e8af-4fbf-8cc0-b3229443dace",
    "release_group_id": null,
    "labels": [
        "Buddah Records"
    ],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}