Information about plays

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

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

{
    "id": 435128,
    "uri": "https://api.kexp.org/v2/plays/435128/?format=api",
    "airdate": "2001-06-15T20:54:32-07:00",
    "show": 7322,
    "show_uri": "https://api.kexp.org/v2/shows/7322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twelth Street Rag",
    "track_id": null,
    "recording_id": null,
    "artist": "Roy Clark",
    "artist_ids": [
        "88f8eb8f-1da4-455b-8a7f-229e5c59ff52"
    ],
    "album": "The Lighting Finger of Roy Clark",
    "release_id": null,
    "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"
}