Information about plays

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

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

{
    "id": 3635159,
    "uri": "https://api.kexp.org/v2/plays/3635159/?format=api",
    "airdate": "2026-03-29T14:29:20-07:00",
    "show": 66312,
    "show_uri": "https://api.kexp.org/v2/shows/66312/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Affair",
    "track_id": null,
    "recording_id": "f23134d4-2491-4e25-8ac4-1af25d7ad88b",
    "artist": "Mary Middlefield",
    "artist_ids": [
        "b7173e0c-a336-4c32-8d54-d3689bcfa9ff"
    ],
    "album": "Will You Take Me as I Am?",
    "release_id": null,
    "release_group_id": "545b5662-4d5f-4ad4-b5db-9a9a5bcbf5cc",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}