Information about plays

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

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

{
    "id": 455978,
    "uri": "https://api.kexp.org/v2/plays/455978/?format=api",
    "airdate": "2001-08-15T15:11:15-07:00",
    "show": 7720,
    "show_uri": "https://api.kexp.org/v2/shows/7720/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You'd Be So Nice to Come Home To",
    "track_id": "f508a465-58c8-4ede-8e85-946e510c78e0",
    "recording_id": null,
    "artist": "Frank Sinatra",
    "artist_ids": [
        "197450cd-0124-4164-b723-3c22dd16494d"
    ],
    "album": "The Heart of the Matter: Frank Sinatra Sings About Love",
    "release_id": "f9c86625-94fb-4a01-9ee2-7e59c615c31e",
    "release_group_id": null,
    "labels": [
        "Emi-Capitol"
    ],
    "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"
}