Information about plays

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

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

{
    "id": 434792,
    "uri": "https://api.kexp.org/v2/plays/434792/?format=api",
    "airdate": "2001-06-15T00:42:51-07:00",
    "show": 7317,
    "show_uri": "https://api.kexp.org/v2/shows/7317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tired Hands",
    "track_id": "063b2bed-88d1-4bfd-b92f-1feeb0057a5f",
    "recording_id": null,
    "artist": "K.C. Accidental",
    "artist_ids": [
        "aa8a05e0-69f4-4fb5-b663-20dd60139107"
    ],
    "album": "Captured Anthems for an Empty Bathtub",
    "release_id": "b34a6305-d84f-4058-ae15-6a75c9148d2b",
    "release_group_id": null,
    "labels": [
        "Noise Factory Records"
    ],
    "label_ids": [
        "9cf8f544-e55d-4779-b018-c40dcc59d4ac"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}