Information about plays

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

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

{
    "id": 377245,
    "uri": "https://api.kexp.org/v2/plays/377245/?format=api",
    "airdate": "2019-09-05T23:44:59-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "KARMA",
    "track_id": "ed5cee28-e1de-4ac6-af69-78b0e726fc86",
    "recording_id": null,
    "artist": "ANOHNI",
    "artist_ids": [
        "f9f7085b-ad7b-4bc7-97c3-3dc5a273f959"
    ],
    "album": "KARMA",
    "release_id": "93e19d96-be1d-4e91-97cf-8af3f917a770",
    "release_group_id": null,
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ANOHNI  “KARMA,” in collaboration with J. Ralph and Jade Bell. The wandering guitar based track features ANOHNI singing Bell’s poetry.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}