Information about plays

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

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

{
    "id": 3531058,
    "uri": "https://api.kexp.org/v2/plays/3531058/?format=api",
    "airdate": "2025-07-24T07:32:55-07:00",
    "show": 64098,
    "show_uri": "https://api.kexp.org/v2/shows/64098/?format=api",
    "image_uri": "https://ia801908.us.archive.org/8/items/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e-3778560343_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/8/items/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e/mbid-9bcd15ef-f472-3151-b4f3-ecef9d64553e-3778560343_thumb250.jpg",
    "song": "Hyper‐Ballad",
    "track_id": "a3657c6f-4c79-3933-84cf-262cbf077294",
    "recording_id": "65bf94b8-6d5d-4254-aa5f-a939b1794303",
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Post",
    "release_id": "9bcd15ef-f472-3151-b4f3-ecef9d64553e",
    "release_group_id": "b2a6e057-087d-3ae5-a6e5-7f5fa39808ff",
    "labels": [
        "Elektra Entertainment"
    ],
    "label_ids": [
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1995-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rolling Stone said that Björk \"turns fantasy into morbid but honest wonderment for 'Hyperballad.' Here's what she sings over a sweeping, panoramic vista: 'I imagine what my body would sound like slamming against the rocks, and when it lands, will my eyes be closed or open?'\"\n\nhttps://youtu.be/6CSiU0j_lFA?si=58mvz12gDg-_OkIk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}