Information about plays

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

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

{
    "id": 3547602,
    "uri": "https://api.kexp.org/v2/plays/3547602/?format=api",
    "airdate": "2025-09-01T14:17:16-07:00",
    "show": 64447,
    "show_uri": "https://api.kexp.org/v2/shows/64447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Bad Idea?",
    "track_id": null,
    "recording_id": null,
    "artist": "Otieno Terry",
    "artist_ids": [
        "d20150e4-64d9-480b-acf4-9abcdf7c3b5e"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-15",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"A Bad Idea?\" ... \"is one of the first songs I wrote in LA, about a year before I moved out here, during the lockdown due to COVID. It evokes my exploration of escapism. I have always been an escapist with my art, but I rarely ever address the thoughts that come with the idea. \" - Otieno Terry, 2011 Garfield High School graduate.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}