Information about plays

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

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

{
    "id": 2675829,
    "uri": "https://api.kexp.org/v2/plays/2675829/?format=api",
    "airdate": "2019-12-20T07:22:43-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/53cbebaf-93f0-4d6a-9ead-04b6620acaa6/10289485137-250.jpg",
    "thumbnail_uri": "",
    "song": "Ends of the Earth",
    "track_id": "0d95d7e9-6d1e-302e-a5df-fc213da10119",
    "recording_id": null,
    "artist": "Lord Huron",
    "artist_ids": [
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Lonesome Dreams",
    "release_id": "53cbebaf-93f0-4d6a-9ead-04b6620acaa6",
    "release_group_id": null,
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2012-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 40.  (It's The Top 40!!) L.A. band Lord Huron's debut album, \"Lonesome Dreams,\" came out in 2012.  The band’s name was inspired by Lake Huron, the lake which founding member Ben Schneider grew up visiting,",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}