Information about plays

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

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

{
    "id": 2682746,
    "uri": "https://api.kexp.org/v2/plays/2682746/?format=api",
    "airdate": "2020-01-06T06:50:32-08:00",
    "show": 46306,
    "show_uri": "https://api.kexp.org/v2/shows/46306/?format=api",
    "image_uri": "https://coverartarchive.org/release/e5527cce-55b1-4c2c-b7db-a633f32dd614/24758842769-250.jpg",
    "thumbnail_uri": "",
    "song": "Star",
    "track_id": "859537a5-9bbe-47a7-ad0c-3720adf30bbf",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Hyperspace",
    "release_id": "e5527cce-55b1-4c2c-b7db-a633f32dd614",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2019-11-22",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck has one live scheduled in the US this year. I imagine that will change. It's April 20th in Virginia Beach, VA. at Something In the Water Fest'.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}