Information about plays

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

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

{
    "id": 3631252,
    "uri": "https://api.kexp.org/v2/plays/3631252/?format=api",
    "airdate": "2026-03-19T23:51:05-07:00",
    "show": 66226,
    "show_uri": "https://api.kexp.org/v2/shows/66226/?format=api",
    "image_uri": "https://coverartarchive.org/release/98683c27-8ad3-49f5-ba33-1553eda9e0e3/44064853786-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/98683c27-8ad3-49f5-ba33-1553eda9e0e3/44064853786-250.jpg",
    "song": "Up From Here",
    "track_id": null,
    "recording_id": "071e7ffc-e9d1-4372-9a83-ed9f693bd1a0",
    "artist": "Moonchild feat. Robert Glasper & D Smoke",
    "artist_ids": [
        "ee172506-d3b5-4977-8486-eaa478052997",
        "6e8f82ea-9e6d-4fdd-9b32-32feef13186b",
        "9b32eab4-d025-4132-b764-b4ef33bf1138"
    ],
    "album": "Up From Here",
    "release_id": null,
    "release_group_id": "c04b19ca-8982-4b59-876b-f0829168fdbb",
    "labels": [
        "Moonchild Records"
    ],
    "label_ids": [
        "45133af1-f599-4f47-8021-1c54bcf478ad"
    ],
    "release_date": "2026-01-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}