Information about plays

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

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

{
    "id": 2683172,
    "uri": "https://api.kexp.org/v2/plays/2683172/?format=api",
    "airdate": "2020-01-07T08:03:25-08:00",
    "show": 46312,
    "show_uri": "https://api.kexp.org/v2/shows/46312/?format=api",
    "image_uri": "https://coverartarchive.org/release/dadf3563-fc4c-4aea-b9e0-f7865f75ee8c/16128513139-250.jpg",
    "thumbnail_uri": "",
    "song": "I Walk the Earth",
    "track_id": "4813e9f1-3d09-3b64-8984-78e0b0ae4cac",
    "recording_id": null,
    "artist": "King Biscuit Time",
    "artist_ids": [
        "e6a83406-15db-4cb5-85d0-f56e4c2a5a01"
    ],
    "album": "No Style",
    "release_id": "dadf3563-fc4c-4aea-b9e0-f7865f75ee8c",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In addition the the Steve Mason project, King Biscuit Time is also the longest-running daily American radio broadcast in history.  The first broadcast was on November 21, 1941",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}