Information about plays

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

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

{
    "id": 3541191,
    "uri": "https://api.kexp.org/v2/plays/3541191/?format=api",
    "airdate": "2025-08-17T11:16:12-07:00",
    "show": 64314,
    "show_uri": "https://api.kexp.org/v2/shows/64314/?format=api",
    "image_uri": "https://coverartarchive.org/release/528a6366-7407-4aa4-9585-d7934f12500c/16692221733-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/528a6366-7407-4aa4-9585-d7934f12500c/16692221733-250.jpg",
    "song": "Second Rate",
    "track_id": null,
    "recording_id": "9b99503d-6660-441b-aac2-261c4e7ae427",
    "artist": "Lefty Batchelor",
    "artist_ids": [
        "4ccd829a-f59d-488c-a178-dc37ffe58bd2"
    ],
    "album": "Small Town Country, Vol. 1",
    "release_id": null,
    "release_group_id": "dfec3c61-71cf-4da4-870c-c55766a9e0d0",
    "labels": [
        "Orion Read"
    ],
    "label_ids": [
        "379c108e-23a5-41ed-8195-3615956ca832"
    ],
    "release_date": "2015-09-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A compilation of single recordings by country artists that never hit the big time. From an unknown year.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}