Information about plays

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

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

{
    "id": 3635399,
    "uri": "https://api.kexp.org/v2/plays/3635399/?format=api",
    "airdate": "2026-03-30T01:58:28-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Eagle Will Rise Again",
    "track_id": null,
    "recording_id": "24f382c0-97ae-4745-9617-1ebd1302f610",
    "artist": "Edmonds Community College",
    "artist_ids": [],
    "album": "Soundstation '79",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Private Press"
    ],
    "label_ids": [
        "7e2d2f50-debd-45b0-b6fd-17becf20dd14"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "NW Community College out of Edmonds Private Press Record",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}