Information about plays

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

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

{
    "id": 431086,
    "uri": "https://api.kexp.org/v2/plays/431086/?format=api",
    "airdate": "2001-06-04T02:15:00-07:00",
    "show": 7251,
    "show_uri": "https://api.kexp.org/v2/shows/7251/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41CZFTC8N6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41CZFTC8N6L._SL75_.jpg",
    "song": "Chick A 'Roo",
    "track_id": "f8936750-3082-4037-a30a-4f170d68c83b",
    "recording_id": null,
    "artist": "Ricky Wayne & the Fleerakkers",
    "artist_ids": [
        "414c1a00-df77-46ea-aeaa-b698fd0faf69"
    ],
    "album": "It's Hard to Believe It: The Amazing World of Joe Meek",
    "release_id": "d72217e2-b361-4675-9aaf-4bd42a492ff5",
    "release_group_id": null,
    "labels": [
        "Razor & Tie"
    ],
    "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"
}