Information about plays

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

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

{
    "id": 452224,
    "uri": "https://api.kexp.org/v2/plays/452224/?format=api",
    "airdate": "2001-08-04T17:30:00-07:00",
    "show": 7648,
    "show_uri": "https://api.kexp.org/v2/shows/7648/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Killer",
    "track_id": "60e5506c-e2be-41f9-8bce-183996ec3a56",
    "recording_id": null,
    "artist": "Birddog",
    "artist_ids": [
        "86dead3b-dbd6-49bf-97fb-acc32d339da9"
    ],
    "album": "The Trackhouse, the Valley, the Liquor Store Drive-Thru",
    "release_id": "1421603e-af07-42bc-8fa9-390c87a9c20f",
    "release_group_id": null,
    "labels": [
        "Sugar Free"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}