Information about plays

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

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

{
    "id": 3624137,
    "uri": "https://api.kexp.org/v2/plays/3624137/?format=api",
    "airdate": "2026-03-01T20:58:12-08:00",
    "show": 66065,
    "show_uri": "https://api.kexp.org/v2/shows/66065/?format=api",
    "image_uri": "https://coverartarchive.org/release/846db839-af8e-40ac-9b36-cf7cf7c546b1/24115199962-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/846db839-af8e-40ac-9b36-cf7cf7c546b1/24115199962-250.jpg",
    "song": "Two Women",
    "track_id": null,
    "recording_id": "bde97ac2-ba2f-4d9b-bfd8-61cd88ebf35c",
    "artist": "The Persuaders",
    "artist_ids": [
        "f053e984-21e5-4412-a222-57bcab398bdb"
    ],
    "album": "It's All About Love",
    "release_id": null,
    "release_group_id": "221cd563-d650-4f42-8243-150973aaff93",
    "labels": [
        "Calla Records"
    ],
    "label_ids": [
        "a04fb8f5-1a7b-4fd0-a9ea-9208100895de"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Persuaders released \"Two Women\" as b-side to \"Count The Ways\" as singles for their 1976 album It's All About Love. \n\nMembers of The Persuaders include: Charles Stodghill, Douglas Scott, James Barnes, Joe Coleman, John Tobias, Thomas L. Hill, and Willie B. Holland.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}