Information about plays

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

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

{
    "id": 3548439,
    "uri": "https://api.kexp.org/v2/plays/3548439/?format=api",
    "airdate": "2025-09-03T13:47:24-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://ia600505.us.archive.org/31/items/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41-14244886137_thumb500.jpg",
    "thumbnail_uri": "https://ia800505.us.archive.org/31/items/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41/mbid-d2383e90-cfe8-3a66-bc7d-88f402eb2c41-14244886137_thumb250.jpg",
    "song": "Get the Bozack",
    "track_id": "ff422fd0-bac3-3f4f-b321-274cd58833e2",
    "recording_id": "e9d22e60-af26-4559-95cc-679a6a836029",
    "artist": "EPMD",
    "artist_ids": [
        "4fa39dc8-c695-4e0e-ba04-92c63d99c9f9"
    ],
    "album": "Out of Business",
    "release_id": "d2383e90-cfe8-3a66-bc7d-88f402eb2c41",
    "release_group_id": "86164656-2539-37e9-a06b-bb958fea470b",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1999-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one goes out to English from the 206...\n--\nHere's a retrospective on EPMD's sixth studio album,  \"Out of Business,\" released in July, 1999: https://albumism.com/features/epmd-out-of-business-album-anniversary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}