Information about plays

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

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

{
    "id": 3627383,
    "uri": "https://api.kexp.org/v2/plays/3627383/?format=api",
    "airdate": "2026-03-10T09:20:41-07:00",
    "show": 66143,
    "show_uri": "https://api.kexp.org/v2/shows/66143/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "testimony before the Senate Subcommittee on Communications",
    "track_id": null,
    "recording_id": null,
    "artist": "Mister Rogers",
    "artist_ids": [
        "87467525-3724-412d-ad3e-595ecb6a3bfd"
    ],
    "album": "testimony before the Senate Subcommittee on Communications",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PBS"
    ],
    "label_ids": [],
    "release_date": "1969-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "In his May 1, 1969, testimony before the Senate Subcommittee on Communications, Fred Rogers (Mister Rogers) defended funding for public television by stating: \"I feel that if we in public television can only make it clear that feelings are mentionable and manageable, we will have done a great service for mental health\"\n\nJoin our community and donate to support listener-powered radio today!\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}