Information about plays

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

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

{
    "id": 3547964,
    "uri": "https://api.kexp.org/v2/plays/3547964/?format=api",
    "airdate": "2025-09-02T11:36:00-07:00",
    "show": 64454,
    "show_uri": "https://api.kexp.org/v2/shows/64454/?format=api",
    "image_uri": "https://ia802800.us.archive.org/18/items/mbid-6a620754-9e15-497e-9c15-c243aa4324e0/mbid-6a620754-9e15-497e-9c15-c243aa4324e0-25339040407_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/18/items/mbid-6a620754-9e15-497e-9c15-c243aa4324e0/mbid-6a620754-9e15-497e-9c15-c243aa4324e0-25339040407_thumb250.jpg",
    "song": "Young Americans",
    "track_id": "c5e8cafc-f2f3-46b3-8db7-b2d51a7e2720",
    "recording_id": "b0083693-b2e3-4782-a402-4c1dde889826",
    "artist": "Durand Jones & The Indications",
    "artist_ids": [
        "5da8d9b1-af89-43a3-a519-8e32ec21e7f5"
    ],
    "album": "Young Americans",
    "release_id": "6a620754-9e15-497e-9c15-c243aa4324e0",
    "release_group_id": "5dd55bb4-5f47-40af-938f-29181223ab2c",
    "labels": [
        "Dead Oceans"
    ],
    "label_ids": [
        "f70f950f-2587-4f85-a5c7-b483a47bd2e9"
    ],
    "release_date": "2020-01-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Durand Jones & The Indications are performing:\n --at Oakland's Fox Theater on Tuesday, October 7th \n--at Seattle's Showbox SoDo on Wednesday, October 29th.\n--\nBlake Rhein from The Indications said of Bowie's 1975 album: \"The entire 'Young Americans' album is an incredible piece of soul music history with brilliant flares of gospel, funk, and disco. The way Bowie is able to use these ingredients and apply them to his own brand of weird-o pop is just amazing.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}