Information about plays

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

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

{
    "id": 2680973,
    "uri": "https://api.kexp.org/v2/plays/2680973/?format=api",
    "airdate": "2020-01-01T21:25:52-08:00",
    "show": 46273,
    "show_uri": "https://api.kexp.org/v2/shows/46273/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "At the Back of the Pit",
    "track_id": "a3eaf634-8047-43cf-b929-c31549698b6b",
    "recording_id": null,
    "artist": "Bonnie “Prince” Billy",
    "artist_ids": [
        "7b0a63b2-b8e8-490e-b724-1d30cb5edfe3"
    ],
    "album": "At the Back of the Pit",
    "release_id": "ddcd7d9e-a7f9-4db1-8e04-9e301442df4d",
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": "2019-09-10",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Latest from Louisville artist Will Oldham.   http://royalstablemusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}