Information about plays

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

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

{
    "id": 3545393,
    "uri": "https://api.kexp.org/v2/plays/3545393/?format=api",
    "airdate": "2025-08-27T06:48:17-07:00",
    "show": 64399,
    "show_uri": "https://api.kexp.org/v2/shows/64399/?format=api",
    "image_uri": "https://ia800504.us.archive.org/32/items/mbid-1006ee56-658b-482d-b96c-87a906961071/mbid-1006ee56-658b-482d-b96c-87a906961071-36649369691_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/32/items/mbid-1006ee56-658b-482d-b96c-87a906961071/mbid-1006ee56-658b-482d-b96c-87a906961071-36649369691_thumb250.jpg",
    "song": "You Don't Own Me",
    "track_id": "aaa5d156-4dbf-49fb-ad7d-ed58971258f2",
    "recording_id": "6ebe44bc-b840-4c38-90fc-67ccefa76f1c",
    "artist": "Deep Sea Diver",
    "artist_ids": [
        "18a627eb-c6e8-4175-b947-9322d8deb938"
    ],
    "album": "You Don't Own Me",
    "release_id": "2fc5ec25-2e76-42d8-a4ee-6f5417a8b553",
    "release_group_id": "00c01ea0-50ac-46af-a536-c846da427b34",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2019-03-08",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Request by Allyson!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}