Information about plays

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

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

{
    "id": 3554787,
    "uri": "https://api.kexp.org/v2/plays/3554787/?format=api",
    "airdate": "2025-09-19T00:14:41-07:00",
    "show": 64598,
    "show_uri": "https://api.kexp.org/v2/shows/64598/?format=api",
    "image_uri": "https://ia601008.us.archive.org/23/items/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274-42773403702_thumb500.jpg",
    "thumbnail_uri": "https://ia801008.us.archive.org/23/items/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274/mbid-2e9d8fef-6ac4-4140-93d1-8a029e3c5274-42773403702_thumb250.jpg",
    "song": "No More Old Men",
    "track_id": "bb23f8e1-8f88-4c07-adef-4ae37cd55f29",
    "recording_id": "a3d4291d-25a9-4c8e-aab6-4ec105002988",
    "artist": "Chance the Rapper & Jamila Woods",
    "artist_ids": [
        "a357b4fb-b0ca-4b4e-9b6b-2030bb2ce2d6",
        "373a4c98-a46b-48e4-86ec-f6ca65b4f438"
    ],
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}