Information about plays

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

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

{
    "id": 3549896,
    "uri": "https://api.kexp.org/v2/plays/3549896/?format=api",
    "airdate": "2025-09-07T04:11:46-07:00",
    "show": 64497,
    "show_uri": "https://api.kexp.org/v2/shows/64497/?format=api",
    "image_uri": "https://ia801008.us.archive.org/23/items/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274-42773403702_thumb500.jpg",
    "thumbnail_uri": "https://ia601008.us.archive.org/23/items/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274-42773403702_thumb250.jpg",
    "song": "Ride",
    "track_id": "ff567128-af58-44ee-b041-390f3f823cee",
    "recording_id": "9a7670dd-64ed-444a-aae8-eedb98a08654",
    "artist": "Chance the Rapper & Do or Die",
    "artist_ids": [
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438",
        "e32e0c8a-694f-49f4-844b-8ff5336f1b82"
    ],
    "album": "Star Line",
    "release_id": "2e9d8fef-6ac4-4140-93d1-8a029e3c5274",
    "release_group_id": "00c005d9-b516-4707-b27a-394a9a92f9ed",
    "labels": [
        "Chance the Rapper LLC"
    ],
    "label_ids": [
        "c5caf197-2115-4b5b-a4f7-fc0e8648d0ab"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Great to hear Chance put on for his hometown OGs Do or Die!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}