Information about plays

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

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

{
    "id": 3565191,
    "uri": "https://api.kexp.org/v2/plays/3565191/?format=api",
    "airdate": "2025-10-15T00:43:52-07:00",
    "show": 64837,
    "show_uri": "https://api.kexp.org/v2/shows/64837/?format=api",
    "image_uri": "https://ia600405.us.archive.org/7/items/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8-36215901473_thumb500.jpg",
    "thumbnail_uri": "https://dn721607.ca.archive.org/0/items/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8/mbid-ce67f98a-bfa7-43f7-88fa-38a9df8835c8-36215901473_thumb250.jpg",
    "song": "The Invisible Man",
    "track_id": "b10fec2f-69eb-34bb-a32b-c180c73709a9",
    "recording_id": "439323f2-9e60-4c46-a690-5c43edd40ee9",
    "artist": "Lush",
    "artist_ids": [
        "697801d1-68b2-4413-a7e4-0ef507d21cc1"
    ],
    "album": "Split",
    "release_id": "ce67f98a-bfa7-43f7-88fa-38a9df8835c8",
    "release_group_id": "150b59e4-9f69-31e9-b6ae-f05512b71580",
    "labels": [
        "Reprise Records",
        "4AD"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59",
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1994-06-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}