Information about plays

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

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

{
    "id": 3548046,
    "uri": "https://api.kexp.org/v2/plays/3548046/?format=api",
    "airdate": "2025-09-02T15:32:40-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://ia903202.us.archive.org/18/items/mbid-d86e6270-7458-4bcb-9692-cd689a779435/mbid-d86e6270-7458-4bcb-9692-cd689a779435-17854644435_thumb500.jpg",
    "thumbnail_uri": "https://ia903202.us.archive.org/18/items/mbid-d86e6270-7458-4bcb-9692-cd689a779435/mbid-d86e6270-7458-4bcb-9692-cd689a779435-17854644435_thumb250.jpg",
    "song": "Shaft in Africa",
    "track_id": "c202e351-3fd7-3766-9bb4-2920d461d6b8",
    "recording_id": "36dccb2a-b495-4276-bb34-6a28b9575d95",
    "artist": "Johnny Pate",
    "artist_ids": [
        "8f59892e-dd2e-42b4-abc9-9aee13ad93ba"
    ],
    "album": "Can You Dig It? The Music and Politics of Black Action Films 1968-75",
    "release_id": "d86e6270-7458-4bcb-9692-cd689a779435",
    "release_group_id": "1e543024-57f9-4473-b1b9-8332244dd344",
    "labels": [
        "Soul Jazz Records"
    ],
    "label_ids": [
        "88ff5195-2c1a-4ea6-94b4-f96384f9bf52"
    ],
    "release_date": "2009-10-19",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Chris in the Bay!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}