Information about plays

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

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

{
    "id": 377362,
    "uri": "https://api.kexp.org/v2/plays/377362/?format=api",
    "airdate": "2019-09-06T06:48:41-07:00",
    "show": 6280,
    "show_uri": "https://api.kexp.org/v2/shows/6280/?format=api",
    "image_uri": "http://coverartarchive.org/release/e8101296-9ef3-457f-b2c4-56e014e4d3dc/11801463099-250.jpg",
    "thumbnail_uri": "",
    "song": "(I Don’t Want to Go to) Chelsea",
    "track_id": "83837382-97ae-3ec2-a9da-08eb771a5291",
    "recording_id": null,
    "artist": "Elvis Costello",
    "artist_ids": [
        "8a338e06-d182-46f2-bd16-30a09bc840ba"
    ],
    "album": "This Year’s Model",
    "release_id": "e8101296-9ef3-457f-b2c4-56e014e4d3dc",
    "release_group_id": null,
    "labels": [
        "Rykodisc"
    ],
    "label_ids": [
        "6dedcd20-3d02-4838-b583-5434eac199d9"
    ],
    "release_date": "1993-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Chelsea is a decadent region of West London, occasionally associated with prostitution, which seems to be \"Chelsea\"'s pivotal focus.\"  Read more about this disturbing song:  https://www.popmatters.com/girls-girls-girls-etc-elvis-costello-i-dont-want-to-go-to-chelsea-2495828032.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}