Information about plays

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

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

{
    "id": 3544232,
    "uri": "https://api.kexp.org/v2/plays/3544232/?format=api",
    "airdate": "2025-08-24T14:41:47-07:00",
    "show": 64376,
    "show_uri": "https://api.kexp.org/v2/shows/64376/?format=api",
    "image_uri": "https://ia601901.us.archive.org/5/items/mbid-96920df7-132f-4a08-b4f1-cee40ab610d9/mbid-96920df7-132f-4a08-b4f1-cee40ab610d9-15089190799_thumb500.jpg",
    "thumbnail_uri": "https://ia801901.us.archive.org/5/items/mbid-96920df7-132f-4a08-b4f1-cee40ab610d9/mbid-96920df7-132f-4a08-b4f1-cee40ab610d9-15089190799_thumb250.jpg",
    "song": "Think (About It)",
    "track_id": "b09e50cc-2ce1-3604-b830-677c1c2b0799",
    "recording_id": "7fd33a27-257c-422f-a0fb-ea41b1631a2a",
    "artist": "Lyn Collins",
    "artist_ids": [
        "dba14974-c3a7-43db-8de4-cfa996c1b05c"
    ],
    "album": "Think (About It)",
    "release_id": "96920df7-132f-4a08-b4f1-cee40ab610d9",
    "release_group_id": "8ef2c03f-70c5-341d-a820-09df29b09dfb",
    "labels": [
        "People Records"
    ],
    "label_ids": [
        "1e0f0828-961d-4e47-9d40-9300e96db88b"
    ],
    "release_date": "1972-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Think (About It)\" has been sampled 3,771 times at last count.\n\nThis track was produced by James Brown (who also wrote the song) and features instrumental backing from his band The J.B.'s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}