Information about plays

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

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

{
    "id": 3592880,
    "uri": "https://api.kexp.org/v2/plays/3592880/?format=api",
    "airdate": "2025-12-19T01:08:53-08:00",
    "show": 65415,
    "show_uri": "https://api.kexp.org/v2/shows/65415/?format=api",
    "image_uri": "https://ia801507.us.archive.org/10/items/mbid-1f9a8475-a47d-4c3f-ba8e-6aad5c687436/mbid-1f9a8475-a47d-4c3f-ba8e-6aad5c687436-18841044213_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/10/items/mbid-1f9a8475-a47d-4c3f-ba8e-6aad5c687436/mbid-1f9a8475-a47d-4c3f-ba8e-6aad5c687436-18841044213_thumb250.jpg",
    "song": "The Shape of Things to Come",
    "track_id": "ecfdd8e2-40da-4e1b-86ad-11ae06830413",
    "recording_id": "29b00681-3a22-4433-8bcc-57c6c518a76e",
    "artist": "Dilated Peoples feat. Aceyalone",
    "artist_ids": [
        "c71abd83-9d66-4c7b-9f0d-c9c36e85a955",
        "dbd1b11b-0ab2-4afd-8264-c2909237b6fb"
    ],
    "album": "The Platform",
    "release_id": "827ee584-15bd-47d0-bf37-1a9a8e8f1599",
    "release_group_id": "030966f7-9bdf-3a16-b036-5f4b7d828500",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2000-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}