Information about plays

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

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

{
    "id": 2674714,
    "uri": "https://api.kexp.org/v2/plays/2674714/?format=api",
    "airdate": "2019-12-18T01:36:37-08:00",
    "show": 46171,
    "show_uri": "https://api.kexp.org/v2/shows/46171/?format=api",
    "image_uri": "https://coverartarchive.org/release/2bb1f14a-893d-3392-839e-79838118213c/6557357686-250.jpg",
    "thumbnail_uri": "",
    "song": "Big Deal",
    "track_id": "317f08f4-da65-37da-b0bd-c92817829b0b",
    "recording_id": null,
    "artist": "Everything but the Girl",
    "artist_ids": [
        "959cf5bf-ee29-4af6-a85a-0b480181d988"
    ],
    "album": "Walking Wounded",
    "release_id": "2bb1f14a-893d-3392-839e-79838118213c",
    "release_group_id": null,
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1996-05-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Walking Wounded is the ninth studio album by British musical duo Everything but the Girl. It was released on 6 May 1996 by Atlantic Records",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}