Information about plays

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

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

{
    "id": 376721,
    "uri": "https://api.kexp.org/v2/plays/376721/?format=api",
    "airdate": "2019-09-04T21:03:12-07:00",
    "show": 6270,
    "show_uri": "https://api.kexp.org/v2/shows/6270/?format=api",
    "image_uri": "http://coverartarchive.org/release/debd74af-34b1-40ac-b2a0-d914b559e459/6756571629-250.jpg",
    "thumbnail_uri": "",
    "song": "Wah‐Wah",
    "track_id": "358372c9-d8e5-3cda-8eeb-3465adc73342",
    "recording_id": null,
    "artist": "George Harrison",
    "artist_ids": [
        "42a8f507-8412-4611-854f-926571049fa0"
    ],
    "album": "All Things Must Pass",
    "release_id": "debd74af-34b1-40ac-b2a0-d914b559e459",
    "release_group_id": null,
    "labels": [
        "gn records"
    ],
    "label_ids": [
        "394fbbe3-7dd1-42e2-8327-541c38a38d28"
    ],
    "release_date": "2001-01-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}