Information about plays

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

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

{
    "id": 3555434,
    "uri": "https://api.kexp.org/v2/plays/3555434/?format=api",
    "airdate": "2025-09-20T12:47:26-07:00",
    "show": 64613,
    "show_uri": "https://api.kexp.org/v2/shows/64613/?format=api",
    "image_uri": "https://ia903207.us.archive.org/35/items/mbid-7a2ad97a-55e9-48a4-953b-45ddc10f7f0f/mbid-7a2ad97a-55e9-48a4-953b-45ddc10f7f0f-3778603775_thumb500.jpg",
    "thumbnail_uri": "https://ia903207.us.archive.org/35/items/mbid-7a2ad97a-55e9-48a4-953b-45ddc10f7f0f/mbid-7a2ad97a-55e9-48a4-953b-45ddc10f7f0f-3778603775_thumb250.jpg",
    "song": "Hunter",
    "track_id": "e45ff702-cc46-3da0-b9c0-69724d602356",
    "recording_id": "95be89c5-f55f-40a8-96bd-7a285c348096",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Homogenic",
    "release_id": "7a2ad97a-55e9-48a4-953b-45ddc10f7f0f",
    "release_group_id": "810272e0-aef1-3d85-b2d3-e512e87fc38c",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1997-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Homogenic was released on this day in 1997!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}