Information about plays

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

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

{
    "id": 378116,
    "uri": "https://api.kexp.org/v2/plays/378116/?format=api",
    "airdate": "2019-09-07T22:53:00-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can't You Do Anything Right?",
    "track_id": "8e3382fb-3162-3c49-a6ed-6063c57a4531",
    "recording_id": null,
    "artist": "The Lazy Cowgirls",
    "artist_ids": [
        "ed471505-1460-4f02-ab2b-d3b94a9c38bd"
    ],
    "album": "Tapping the Source",
    "release_id": "3859d3df-29f5-4c21-b447-b79f3d0f9ce7",
    "release_group_id": null,
    "labels": [
        "BOMP Records"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Active from 1983 to 2004",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}