Information about plays

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

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

{
    "id": 2677045,
    "uri": "https://api.kexp.org/v2/plays/2677045/?format=api",
    "airdate": "2019-12-23T06:36:34-08:00",
    "show": 46209,
    "show_uri": "https://api.kexp.org/v2/shows/46209/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c34970e-b509-4a59-aace-da8927ff1f4b/7039866254-250.jpg",
    "thumbnail_uri": "",
    "song": "Cath…",
    "track_id": "53bc73fc-fdeb-3d71-9cc6-c9484e88915e",
    "recording_id": null,
    "artist": "Death Cab for Cutie",
    "artist_ids": [
        "0039c7ae-e1a7-4a7d-9b49-0cbc716821a6"
    ],
    "album": "Narrow Stairs",
    "release_id": "7c34970e-b509-4a59-aace-da8927ff1f4b",
    "release_group_id": null,
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2008-05-13",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Learn more about this Death Cab album on this article from KEXP, written for the ten year anniversary of it's release. https://www.kexp.org/read/2018/5/18/examining-death-cab-cuties-narrow-stairs-10-years-later/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}