Information about plays

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

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

{
    "id": 3428632,
    "uri": "https://api.kexp.org/v2/plays/3428632/?format=api",
    "airdate": "2024-11-22T11:17:11-08:00",
    "show": 61915,
    "show_uri": "https://api.kexp.org/v2/shows/61915/?format=api",
    "image_uri": "https://ia600607.us.archive.org/30/items/mbid-1536b9bf-b290-4626-b439-013fc267ac65/mbid-1536b9bf-b290-4626-b439-013fc267ac65-2659750600_thumb500.jpg",
    "thumbnail_uri": "https://ia600607.us.archive.org/30/items/mbid-1536b9bf-b290-4626-b439-013fc267ac65/mbid-1536b9bf-b290-4626-b439-013fc267ac65-2659750600_thumb250.jpg",
    "song": "I Can See Your Future",
    "track_id": "232bea7f-e060-30df-90b3-9c1f5ab96213",
    "recording_id": "fac210a3-e759-40b7-a2c7-734cae6b2e8f",
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "Belle and Sebastian Write About Love",
    "release_id": "1536b9bf-b290-4626-b439-013fc267ac65",
    "release_group_id": "7d5a9828-b7f7-4636-83cc-4455ebd10fc7",
    "labels": [
        "High Note Records",
        "Rough Trade"
    ],
    "label_ids": [
        "65ef6212-be78-4cd9-b49c-92cd8515c52b",
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2010-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I Can See Your Future\" comes from the Glasgow band's 2010 album, Belle and Sebastian Write About Love. \n\nStuart Murdoch of Belle and Sebastian just published his debut novel, Nobody's Empire, in the UK. It will be out in January in the US. \nhttps://www.belleandsebastian.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}