Information about plays

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

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

{
    "id": 368797,
    "uri": "https://api.kexp.org/v2/plays/368797/?format=api",
    "airdate": "2019-08-17T19:41:30-07:00",
    "show": 6146,
    "show_uri": "https://api.kexp.org/v2/shows/6146/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Demonstration",
    "track_id": "4616b5d6-da90-3e21-8eab-8fd7a424c75c",
    "recording_id": null,
    "artist": "Satisfact",
    "artist_ids": [
        "791cbab7-baa0-4913-ab2d-e4e9f7d0b74b"
    ],
    "album": "Satisfact",
    "release_id": "99f4346e-7018-4532-9ecb-4585a3bd4a15",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1997-03-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Satisfact is the eponymous second studio album by American post-punk band Satisfact. Co-produced by John Goodmanson, it was released on March 18, 1997 through K Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}