Information about plays

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

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

{
    "id": 3556616,
    "uri": "https://api.kexp.org/v2/plays/3556616/?format=api",
    "airdate": "2025-09-23T05:53:00-07:00",
    "show": 64639,
    "show_uri": "https://api.kexp.org/v2/shows/64639/?format=api",
    "image_uri": "https://ia601602.us.archive.org/27/items/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7-9970486444_thumb500.jpg",
    "thumbnail_uri": "https://ia801602.us.archive.org/27/items/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7/mbid-08159cda-2db5-4bd4-94ca-8d6c75522cb7-9970486444_thumb250.jpg",
    "song": "E.V.A.",
    "track_id": "8b520ed6-5e2a-422c-b4a9-f38977068a4e",
    "recording_id": "c1b4cf1f-6eef-4ec1-82a8-61e0a73e9793",
    "artist": "Public Service Broadcasting",
    "artist_ids": [
        "93834e82-3a0b-4ec2-a2e4-6eca0a497e6d"
    ],
    "album": "The Race for Space",
    "release_id": "08159cda-2db5-4bd4-94ca-8d6c75522cb7",
    "release_group_id": "38d7dd30-0b1c-45f5-bde4-a0794dc0ec7c",
    "labels": [
        "Test Card Recordings"
    ],
    "label_ids": [
        "29ad6426-4762-47ed-aba0-73ed2e1f8879"
    ],
    "release_date": "2015-02-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"As ubiquitous with spaceflight as it is, the ISS cannot live forever. Its core structures — specifically its modules, radiators, and central truss — are aging. They weaken under the forces of arriving and departing vehicles, orbital reboosts, and intense hot and cold cycles as the station travels in and out of sunlight each orbit.\" \n\nHow NASA plans to deorbit the International Space Station: https://www.planetary.org/articles/how-nasa-plans-to-deorbit-the-international-space-station",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}