Information about plays

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

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

{
    "id": 3550402,
    "uri": "https://api.kexp.org/v2/plays/3550402/?format=api",
    "airdate": "2025-09-08T10:00:58-07:00",
    "show": 64508,
    "show_uri": "https://api.kexp.org/v2/shows/64508/?format=api",
    "image_uri": "https://ia601400.us.archive.org/34/items/mbid-8a01d8cb-52dd-464f-9f3f-82feed851ee2/mbid-8a01d8cb-52dd-464f-9f3f-82feed851ee2-17166037965_thumb500.jpg",
    "thumbnail_uri": "https://ia601400.us.archive.org/34/items/mbid-8a01d8cb-52dd-464f-9f3f-82feed851ee2/mbid-8a01d8cb-52dd-464f-9f3f-82feed851ee2-17166037965_thumb250.jpg",
    "song": "Summer of Love",
    "track_id": "98492930-4569-34c1-84e2-49a8b75e850a",
    "recording_id": "f400610f-9ebf-4938-9c44-3b5f2faacd73",
    "artist": "The B-52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Bouncing off the Satellites",
    "release_id": "8a01d8cb-52dd-464f-9f3f-82feed851ee2",
    "release_group_id": "f219381e-f4a2-3c33-8544-47febfae8837",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1986-09-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released on this day in 1986!\n\n\"Summer of Love\" is the first single from \"Bouncing off the Satellites,\" the fourth album by The B-52's, which was released in 1986.\n\nhttps://www.theb52s.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}