Information about plays

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

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

{
    "id": 3561946,
    "uri": "https://api.kexp.org/v2/plays/3561946/?format=api",
    "airdate": "2025-10-06T07:03:10-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia802904.us.archive.org/19/items/mbid-b0b44bb4-437e-4d97-9227-b5fc37c0f67b/mbid-b0b44bb4-437e-4d97-9227-b5fc37c0f67b-32351025994_thumb500.jpg",
    "thumbnail_uri": "https://ia802904.us.archive.org/19/items/mbid-b0b44bb4-437e-4d97-9227-b5fc37c0f67b/mbid-b0b44bb4-437e-4d97-9227-b5fc37c0f67b-32351025994_thumb250.jpg",
    "song": "The Ubiquitous Mr. Lovegrove",
    "track_id": "a132e2aa-a790-3ad1-958a-9b9312926586",
    "recording_id": "c3da4be4-063d-40a9-9d6e-45a8530dc911",
    "artist": "Dead Can Dance",
    "artist_ids": [
        "ccda046a-2674-4f7d-97e6-f23d6c156432"
    ],
    "album": "Into the Labyrinth",
    "release_id": "b0b44bb4-437e-4d97-9227-b5fc37c0f67b",
    "release_group_id": "095aba71-6b13-3f91-a4fc-82d7068fbd04",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#612 on your countdown of the greatest albums of all-time. Dang, you have tremendous taste along with being smart, funny, and good looking! \nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}