Information about plays

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

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

{
    "id": 3635418,
    "uri": "https://api.kexp.org/v2/plays/3635418/?format=api",
    "airdate": "2026-03-30T03:11:07-07:00",
    "show": 66318,
    "show_uri": "https://api.kexp.org/v2/shows/66318/?format=api",
    "image_uri": "https://coverartarchive.org/release/57717122-1553-499b-89a0-33918a688795/32885343464-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57717122-1553-499b-89a0-33918a688795/32885343464-250.jpg",
    "song": "Don't Turn Away",
    "track_id": null,
    "recording_id": "509c0802-e224-46d8-bd3d-53801a020670",
    "artist": "The Free Design",
    "artist_ids": [
        "8e2188f5-c28b-4cf5-9f01-b3ed0ed2b00b"
    ],
    "album": "Kites Are Fun",
    "release_id": null,
    "release_group_id": "476d0cfb-1699-39e8-8403-55490921a787",
    "labels": [
        "Light in the Attic Records"
    ],
    "label_ids": [
        "d277da0d-1d64-4256-90f5-ced940fb9b77"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}