Information about plays

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

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

{
    "id": 376402,
    "uri": "https://api.kexp.org/v2/plays/376402/?format=api",
    "airdate": "2019-09-04T05:29:24-07:00",
    "show": 6265,
    "show_uri": "https://api.kexp.org/v2/shows/6265/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Hell With Poverty (7\" single version)",
    "track_id": "5c0c4775-ae0f-3932-a95c-bbd9fea89287",
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "100 Flowers Bloom",
    "release_id": "bfda0db2-5240-4f36-9d8c-af3077535132",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1998-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}