Information about plays

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

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

{
    "id": 2682307,
    "uri": "https://api.kexp.org/v2/plays/2682307/?format=api",
    "airdate": "2020-01-05T03:27:27-08:00",
    "show": 46297,
    "show_uri": "https://api.kexp.org/v2/shows/46297/?format=api",
    "image_uri": "https://coverartarchive.org/release/a43d62c7-5dea-447f-a838-6758e3fb03f0/24475461043-250.jpg",
    "thumbnail_uri": "",
    "song": "It Might Be Time",
    "track_id": "4d176dfe-10b4-47a3-8cd7-43c051a72965",
    "recording_id": null,
    "artist": "Tame Impala",
    "artist_ids": [
        "63aa26c3-d59b-4da4-84ac-716b54f1ef4d"
    ],
    "album": "It Might Be Time",
    "release_id": "a43d62c7-5dea-447f-a838-6758e3fb03f0",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-10-28",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Australian artist Tame Impala coming 2020. He'll be in the PNW in August playing at the Gorge. Hope anyone listening in Australia is staying safe from the fires.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}