Information about plays

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

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

{
    "id": 379680,
    "uri": "https://api.kexp.org/v2/plays/379680/?format=api",
    "airdate": "2019-09-11T20:17:22-07:00",
    "show": 6320,
    "show_uri": "https://api.kexp.org/v2/shows/6320/?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": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}