Information about plays

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

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

{
    "id": 3580869,
    "uri": "https://api.kexp.org/v2/plays/3580869/?format=api",
    "airdate": "2025-11-21T02:42:38-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://ia601602.us.archive.org/12/items/mbid-7f1783bf-0256-4f14-80b7-1b9b699d8e78/mbid-7f1783bf-0256-4f14-80b7-1b9b699d8e78-43225244353_thumb500.jpg",
    "thumbnail_uri": "https://ia601602.us.archive.org/12/items/mbid-7f1783bf-0256-4f14-80b7-1b9b699d8e78/mbid-7f1783bf-0256-4f14-80b7-1b9b699d8e78-43225244353_thumb250.jpg",
    "song": "Go",
    "track_id": "a5f729a4-9f3b-4d47-8b6b-e9effbd27b2a",
    "recording_id": "5a4c2e9b-38f3-4dfe-91dc-9489d67795aa",
    "artist": "Greg Kramer feat. Jimmy James",
    "artist_ids": [
        "446d5e1d-cc36-4631-a9d4-4cb5ab032c6f",
        "7bdbb5c7-05f8-46d2-bba1-44c04e130a9a"
    ],
    "album": "Go",
    "release_id": "7f1783bf-0256-4f14-80b7-1b9b699d8e78",
    "release_group_id": "78bbc5e5-1755-472b-919a-334f49daf78a",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-05",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}