Information about plays

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

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

{
    "id": 3543610,
    "uri": "https://api.kexp.org/v2/plays/3543610/?format=api",
    "airdate": "2025-08-23T04:44:34-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia801906.us.archive.org/11/items/mbid-c145cedc-e1f9-32a7-a20a-82649b7bedf4/mbid-c145cedc-e1f9-32a7-a20a-82649b7bedf4-11928062668_thumb500.jpg",
    "thumbnail_uri": "https://ia601906.us.archive.org/11/items/mbid-c145cedc-e1f9-32a7-a20a-82649b7bedf4/mbid-c145cedc-e1f9-32a7-a20a-82649b7bedf4-11928062668_thumb250.jpg",
    "song": "The Hanged Man",
    "track_id": "a17a9887-7d84-3360-a00c-128b1bde1880",
    "recording_id": "117ecd97-87ab-4b75-b443-a3d4a0bd8687",
    "artist": "The Legendary Pink Dots",
    "artist_ids": [
        "38f0dd4f-bcbb-4e7a-afae-a41a2bbf9d74"
    ],
    "album": "Hallway of the Gods",
    "release_id": "3215757a-79e4-334a-b90b-49ab7087ca2e",
    "release_group_id": "4f9f74a5-53bc-396e-9ae6-2a4e9ad94006",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}