Information about plays

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

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

{
    "id": 3583933,
    "uri": "https://api.kexp.org/v2/plays/3583933/?format=api",
    "airdate": "2025-11-28T04:50:16-08:00",
    "show": 65228,
    "show_uri": "https://api.kexp.org/v2/shows/65228/?format=api",
    "image_uri": "https://ia600706.us.archive.org/21/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb500.jpg",
    "thumbnail_uri": "https://ia800706.us.archive.org/21/items/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f/mbid-ca47729b-bf2a-4fee-8bf2-1823926d2d5f-5846183948_thumb250.jpg",
    "song": "I Eat Cannibals",
    "track_id": "d283d3db-dedd-3ab2-bae6-2f9d7d8e89a7",
    "recording_id": "1e347844-d812-4eff-9b1d-72bc82f7d40e",
    "artist": "Toto Coelo",
    "artist_ids": [
        "2c29d824-b864-4ee9-8dad-88354072be91"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 9",
    "release_id": "ca47729b-bf2a-4fee-8bf2-1823926d2d5f",
    "release_group_id": "72cee1f0-1f5f-3fef-a939-1a9933c105e8",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}