Information about plays

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

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

{
    "id": 3576124,
    "uri": "https://api.kexp.org/v2/plays/3576124/?format=api",
    "airdate": "2025-11-09T18:52:20-08:00",
    "show": 65067,
    "show_uri": "https://api.kexp.org/v2/shows/65067/?format=api",
    "image_uri": "https://coverartarchive.org/release/2a327be2-73aa-4f75-b28b-a772d44a35bd/24753590530-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2a327be2-73aa-4f75-b28b-a772d44a35bd/24753590530-250.jpg",
    "song": "Oooh, Baby",
    "track_id": null,
    "recording_id": "ce13db53-d935-497a-a016-c79c87241c2d",
    "artist": "Pamoja",
    "artist_ids": [
        "561058da-b3d7-43d1-850a-43f560126bb5"
    ],
    "album": "Only the Lonely Know / Oooh, Baby",
    "release_id": null,
    "release_group_id": "f2e913b1-9b60-4bb3-8dca-32b0db92a3ad",
    "labels": [
        "Keiper Production"
    ],
    "label_ids": [
        "fca51e42-9558-4153-bcb6-265497a58147"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Led by Keith Stevenson, Chicago soul group Pamoja released \"Oooh, Baby\" as a b-side to \"Only the Lonely Know\" in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}