Information about plays

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

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

{
    "id": 3542132,
    "uri": "https://api.kexp.org/v2/plays/3542132/?format=api",
    "airdate": "2025-08-19T16:48:44-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia803107.us.archive.org/6/items/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e-19182660669_thumb500.jpg",
    "thumbnail_uri": "https://ia903107.us.archive.org/6/items/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e/mbid-b6465e2f-1224-435d-9e61-ac74cb1ee41e-19182660669_thumb250.jpg",
    "song": "Lights Out",
    "track_id": "0c21f53a-6b4b-3574-afe4-7d7419e8e7e3",
    "recording_id": "8a9dd7c4-d47c-4307-930b-facaef59cae8",
    "artist": "Santigold",
    "artist_ids": [
        "97b20fe3-0924-4a5f-9955-d0b5c5f9587f"
    ],
    "album": "Santogold",
    "release_id": "b6465e2f-1224-435d-9e61-ac74cb1ee41e",
    "release_group_id": "7f97b291-3e30-3ff4-b7fb-b9e7ff4539fd",
    "labels": [
        "Downtown"
    ],
    "label_ids": [
        "5f42fd65-a55b-400c-bf8e-862db80c7bff"
    ],
    "release_date": "2008-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Santigold will be performing in Napa at the Meritage Resort and Spa on September 7th. Some lucky KEXP listeners won tickets recently to attend!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}