Information about plays

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

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

{
    "id": 3532423,
    "uri": "https://api.kexp.org/v2/plays/3532423/?format=api",
    "airdate": "2025-07-27T13:38:35-07:00",
    "show": 64129,
    "show_uri": "https://api.kexp.org/v2/shows/64129/?format=api",
    "image_uri": "https://ia801209.us.archive.org/35/items/mbid-8bbd9823-18cd-45d9-9bb1-739340b80f56/mbid-8bbd9823-18cd-45d9-9bb1-739340b80f56-23432659957_thumb500.jpg",
    "thumbnail_uri": "https://ia801209.us.archive.org/35/items/mbid-8bbd9823-18cd-45d9-9bb1-739340b80f56/mbid-8bbd9823-18cd-45d9-9bb1-739340b80f56-23432659957_thumb250.jpg",
    "song": "Love Plus One",
    "track_id": "03a46d77-4e9b-44f6-a257-dfcac5325956",
    "recording_id": "194c981e-9725-42ce-9e0c-56c0eb80376f",
    "artist": "Haircut One Hundred",
    "artist_ids": [
        "bbb94ad0-3bb7-42af-99cd-e92f5a42c4c5"
    ],
    "album": "Pelican West",
    "release_id": "86025a38-8579-42b4-97bf-45744a7e57d9",
    "release_group_id": "a88e179b-7d6e-325d-b683-55158b439973",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1982-02-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love Plus One was Haircut One Hundred's only hit in the US despite being well-loved in their native UK. Here's what the very handsome Nick Heyward (of Haircut One Hundred) is up to now: https://nickheyward.com/\n\nhttps://haircut100.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}