Information about plays

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

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

{
    "id": 507705,
    "uri": "https://api.kexp.org/v2/plays/507705/?format=api",
    "airdate": "2002-01-16T16:15:00-08:00",
    "show": 8738,
    "show_uri": "https://api.kexp.org/v2/shows/8738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ghost of the Girl in the Well",
    "track_id": "f15e8355-fb16-438f-a6b1-f83c76e829e4",
    "recording_id": null,
    "artist": "Willard Grant Conspiracy",
    "artist_ids": [
        "badf56da-2dfd-4263-b627-e93c62d47a94"
    ],
    "album": "Here Come the Rain Birds... The Best of Willard Grant Conspiracy",
    "release_id": "3d532298-fc7c-4840-b944-5e25063bfe21",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}