Information about plays

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

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

{
    "id": 3545725,
    "uri": "https://api.kexp.org/v2/plays/3545725/?format=api",
    "airdate": "2025-08-28T03:30:30-07:00",
    "show": 64406,
    "show_uri": "https://api.kexp.org/v2/shows/64406/?format=api",
    "image_uri": "https://dn720704.ca.archive.org/0/items/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a-6139415263_thumb500.jpg",
    "thumbnail_uri": "https://dn720704.ca.archive.org/0/items/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a/mbid-0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a-6139415263_thumb250.jpg",
    "song": "1999",
    "track_id": "4986d478-a53c-35ef-8c32-c168165770d2",
    "recording_id": "1289076c-9a73-4766-a275-fa252220dbca",
    "artist": "Common feat. Sadat X",
    "artist_ids": [
        "c0a1179b-b14a-4d68-a3c1-1fdab16ed602",
        "bd6f11fd-b4a8-42bd-9a6b-d1cc3616a6d4"
    ],
    "album": "Rawkus Records: Best of Decade I (1995-2005)",
    "release_id": "0bc4d7fa-2a4d-4add-a9d7-1c9cccdc963a",
    "release_group_id": "0bee80ff-737b-3112-8317-d3259db0af6a",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Going out to Taylor in Mammoth, CA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}