Information about plays

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

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

{
    "id": 3632958,
    "uri": "https://api.kexp.org/v2/plays/3632958/?format=api",
    "airdate": "2026-03-24T02:59:00-07:00",
    "show": 66265,
    "show_uri": "https://api.kexp.org/v2/shows/66265/?format=api",
    "image_uri": "https://coverartarchive.org/release/96920df7-132f-4a08-b4f1-cee40ab610d9/15089190799-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96920df7-132f-4a08-b4f1-cee40ab610d9/15089190799-250.jpg",
    "song": "Think (About It)",
    "track_id": null,
    "recording_id": "627d6732-e616-41d8-86cd-69d97c2c4d1d",
    "artist": "Lyn Collins",
    "artist_ids": [
        "dba14974-c3a7-43db-8de4-cfa996c1b05c"
    ],
    "album": "Think (About It)",
    "release_id": null,
    "release_group_id": "8ef2c03f-70c5-341d-a820-09df29b09dfb",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hey, fellas.....\"\n\nDid you know that this song has been sampled more than 3000 times? \"Think (About It)\" is a funk song recorded by Lyn Collins and released as a single on James Brown's People Records in 1972. It's suggested that the song was recorded altogether in one take, with Jabo Starks playing drums.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}