Information about plays

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

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

{
    "id": 3663700,
    "uri": "https://api.kexp.org/v2/plays/3663700/?format=api",
    "airdate": "2026-06-04T15:35:05-07:00",
    "show": 66901,
    "show_uri": "https://api.kexp.org/v2/shows/66901/?format=api",
    "image_uri": "https://coverartarchive.org/release/5d40850d-a155-437c-a93a-774d001ffc54/6253620191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5d40850d-a155-437c-a93a-774d001ffc54/6253620191-250.jpg",
    "song": "Misdemeanor",
    "track_id": null,
    "recording_id": "203ba854-c1dd-4941-8b77-1ae933aaa2b7",
    "artist": "Foster Sylvers",
    "artist_ids": [
        "b6e4be33-0689-4314-94f0-ec8d25eda9c9"
    ],
    "album": "Foster Sylvers",
    "release_id": null,
    "release_group_id": "68b40800-bd34-38a1-add6-f8434dc2d736",
    "labels": [
        "Pride"
    ],
    "label_ids": [
        "ef27f204-8974-4e0a-8645-82e948e82d4b"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the first single from the late Foster Sylvers' debut self-titled album in 1973.  It was written by his big brother Leon. \n--\nHere's Foster live on \"Soul Train\" in 1973: https://www.youtube.com/watch?v=p74vA__iE2U",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}