Information about plays

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

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

{
    "id": 2680414,
    "uri": "https://api.kexp.org/v2/plays/2680414/?format=api",
    "airdate": "2019-12-31T13:20:39-08:00",
    "show": 46264,
    "show_uri": "https://api.kexp.org/v2/shows/46264/?format=api",
    "image_uri": "https://coverartarchive.org/release/b4f5e353-b2cb-4ff8-9cff-e39873e0e95d/1309462916-250.jpg",
    "thumbnail_uri": "",
    "song": "Palace Garden, 4 AM",
    "track_id": "b36ff565-c2bc-3507-816d-5a21de08b499",
    "recording_id": null,
    "artist": "Beat Connection",
    "artist_ids": [
        "a1fc7a42-4a51-45aa-bdec-b83d6924724b"
    ],
    "album": "The Palace Garden",
    "release_id": "b4f5e353-b2cb-4ff8-9cff-e39873e0e95d",
    "release_group_id": null,
    "labels": [
        "Classic Ills"
    ],
    "label_ids": [
        "83e4d8fa-6e1d-4b7c-b6ea-590edcf426fa"
    ],
    "release_date": "2012-06-19",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Beat Connection's 2012 release, \"The Palace Garden,\" is available for purchase here.: https://beatconnection.bandcamp.com/album/the-palace-garden",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}