Information about plays

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

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

{
    "id": 372698,
    "uri": "https://api.kexp.org/v2/plays/372698/?format=api",
    "airdate": "2019-08-26T21:53:31-07:00",
    "show": 6209,
    "show_uri": "https://api.kexp.org/v2/shows/6209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wooden Ships",
    "track_id": "474dadc9-6987-4e03-804d-5ce293a4f7d6",
    "recording_id": null,
    "artist": "Crosby, Stills & Nash",
    "artist_ids": [
        "cfafad90-b736-4c74-8ded-f3f4d7b2c792"
    ],
    "album": "Crosby, Stills & Nash",
    "release_id": "092d0ef1-8340-4459-8596-c59367137dc9",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2006-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}