Information about plays

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

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

{
    "id": 3567157,
    "uri": "https://api.kexp.org/v2/plays/3567157/?format=api",
    "airdate": "2025-10-19T10:47:17-07:00",
    "show": 64876,
    "show_uri": "https://api.kexp.org/v2/shows/64876/?format=api",
    "image_uri": "https://coverartarchive.org/release/4732f040-bbd6-4048-883c-9d07409f38ad/23027393056-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4732f040-bbd6-4048-883c-9d07409f38ad/23027393056-250.jpg",
    "song": "I Feel Like Breaking Up Somebody’s Home",
    "track_id": null,
    "recording_id": "ff14ff12-65df-4f38-9d56-5bba2788c08e",
    "artist": "Ann Peebles",
    "artist_ids": [
        "a7e05e3f-7459-4ba6-9041-8b5cacf6338c"
    ],
    "album": "Straight From the Heart",
    "release_id": null,
    "release_group_id": "8226c024-25b2-31d9-a1e9-bf72891d0f86",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Memphis singer worked with other Memphis greats like producer Willie Mitchell, the Hi Rhythm Section, and songwriters George Jackson and her soon to be husband Don Bryant.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}