Information about plays

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

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

{
    "id": 3627685,
    "uri": "https://api.kexp.org/v2/plays/3627685/?format=api",
    "airdate": "2026-03-11T07:01:34-07:00",
    "show": 66150,
    "show_uri": "https://api.kexp.org/v2/shows/66150/?format=api",
    "image_uri": "https://dn720004.ca.archive.org/0/items/mbid-cab8c0ea-d892-4c41-96ef-ae8b036cc48d/mbid-cab8c0ea-d892-4c41-96ef-ae8b036cc48d-44331867885_thumb500.jpg",
    "thumbnail_uri": "https://dn720004.ca.archive.org/0/items/mbid-cab8c0ea-d892-4c41-96ef-ae8b036cc48d/mbid-cab8c0ea-d892-4c41-96ef-ae8b036cc48d-44331867885_thumb250.jpg",
    "song": "We Shall Overcome",
    "track_id": "252dfbc0-4de7-3503-8fa1-8bf95ff80b64",
    "recording_id": "299a6750-7d61-4927-b05a-988c832b8c7a",
    "artist": "Pete Seeger",
    "artist_ids": [
        "af18a9bc-e4ab-4068-9489-b64e8186fcf1"
    ],
    "album": "We Shall Overcome",
    "release_id": "ecf6ef1a-cbf7-4434-b7dd-cd778c9a7648",
    "release_group_id": "b2d8d8be-f66a-3888-8c35-b6ea9def0897",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1963-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Welcome to the Morning Show! We're halfway into the Spring Drive.\nhttps://kexp.org/donate/\n\n\"It takes hands and hearts and heads to do it.\nHuman beings to do it.\"\n\nHere's the beloved Pete Seeger performing this song live: https://www.youtube.com/watch?v=1osKWCDXl40",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}