Information about plays

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

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

{
    "id": 2674904,
    "uri": "https://api.kexp.org/v2/plays/2674904/?format=api",
    "airdate": "2019-12-18T12:49:00-08:00",
    "show": 46173,
    "show_uri": "https://api.kexp.org/v2/shows/46173/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Running Up That Hill",
    "track_id": "7cc7a22b-edfc-373c-8347-f3e2c02f2aa1",
    "recording_id": null,
    "artist": "Chromatics",
    "artist_ids": [
        "c89ea689-c053-4d97-bada-8b81a6236f58"
    ],
    "album": "Night Drive",
    "release_id": "28eb699a-f254-4873-8afb-557aea44c884",
    "release_group_id": null,
    "labels": [
        "Italians Do It Better"
    ],
    "label_ids": [],
    "release_date": "2007-09-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Several of the band's songs have been featured in television series such as Bates Motel, Gossip Girl, Mr. Robot, Parenthood, Revenge, Riverdale, 13 Reasons Why, and Twin Peaks, as well as being featured in the films Drive (2011), Taken 2 (2012), and The Perfection (2019). https://en.wikipedia.org/wiki/Chromatics_(band)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}