Information about plays

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

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

{
    "id": 3631262,
    "uri": "https://api.kexp.org/v2/plays/3631262/?format=api",
    "airdate": "2026-03-20T00:29:48-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac097bbd-3cb5-43bd-ab3a-0fc0d5956438/44302462407-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac097bbd-3cb5-43bd-ab3a-0fc0d5956438/44302462407-250.jpg",
    "song": "Take Me As I Am",
    "track_id": null,
    "recording_id": "183bd6ef-d022-4b84-9498-0d726759b646",
    "artist": "Dames Brown",
    "artist_ids": [
        "8014a5d8-a2e0-4fdb-9628-9b229beb4e5d"
    ],
    "album": "Take Me As I Am",
    "release_id": null,
    "release_group_id": "5ff98475-e46f-45fe-b7f8-398810698fc2",
    "labels": [
        "Defected"
    ],
    "label_ids": [
        "5b57408a-f93d-43b5-9017-e77a29f7fc32"
    ],
    "release_date": "2026-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}