Information about plays

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

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

{
    "id": 2676573,
    "uri": "https://api.kexp.org/v2/plays/2676573/?format=api",
    "airdate": "2019-12-22T02:06:00-08:00",
    "show": 46199,
    "show_uri": "https://api.kexp.org/v2/shows/46199/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Datura's Crimson Veils",
    "track_id": "27c0e4da-98df-46df-b276-1d7459c28d47",
    "recording_id": null,
    "artist": "Earth",
    "artist_ids": [
        "60dd41cf-8f9d-46d8-bc19-dc7e5acb24c8"
    ],
    "album": "Full Upon Her Burning Lips",
    "release_id": "14ee6dd1-cb9c-4d6e-9ee7-9fa9b65a9809",
    "release_group_id": null,
    "labels": [
        "Sargent House"
    ],
    "label_ids": [],
    "release_date": "2019-05-24",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle drone band Earth with their 2019 release, 'Full Upon Her Burning Lips' from May.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}