Information about plays

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

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

{
    "id": 3629253,
    "uri": "https://api.kexp.org/v2/plays/3629253/?format=api",
    "airdate": "2026-03-15T11:53:51-07:00",
    "show": 66187,
    "show_uri": "https://api.kexp.org/v2/shows/66187/?format=api",
    "image_uri": "https://dn710703.ca.archive.org/0/items/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79-24927855298_thumb500.jpg",
    "thumbnail_uri": "https://dn710703.ca.archive.org/0/items/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79/mbid-e2d12e71-c9bc-4e47-9b0e-145257980b79-24927855298_thumb250.jpg",
    "song": "Eve of Destruction",
    "track_id": "6610aadf-7ffc-3b80-9234-4cab51445fa3",
    "recording_id": "ca1ca230-1777-486b-a14e-5a6aa4e4eb43",
    "artist": "Barry McGuire",
    "artist_ids": [
        "43a5364c-7096-4f9b-ab63-b71d62af52bd"
    ],
    "album": "Songs of Protest",
    "release_id": "e2d12e71-c9bc-4e47-9b0e-145257980b79",
    "release_group_id": "5db7f6c3-26bf-308f-9ab0-fe7f8c10a51d",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There were plenty of protest songs released during the Vietnam War that could soundtrack Ken Burns documentary about that dark period in American history. This was written by P. F. Sloan but made famous by Barry McGuire. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}