Information about plays

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

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

{
    "id": 3667089,
    "uri": "https://api.kexp.org/v2/plays/3667089/?format=api",
    "airdate": "2026-06-12T22:11:29-07:00",
    "show": 66972,
    "show_uri": "https://api.kexp.org/v2/shows/66972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Sun",
    "track_id": null,
    "recording_id": "a8316b9b-f44a-43d7-9525-593a2955e261",
    "artist": "Ghostface Killah",
    "artist_ids": [
        "3b39abeb-0064-4eed-9ddd-ee47a45c54cb"
    ],
    "album": "Bulletproof Wallets (Original Version)",
    "release_id": null,
    "release_group_id": "956009bf-7eb2-4447-8e99-6f74fc287fd5",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}