Information about plays

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

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

{
    "id": 3580946,
    "uri": "https://api.kexp.org/v2/plays/3580946/?format=api",
    "airdate": "2025-11-21T07:15:01-08:00",
    "show": 65168,
    "show_uri": "https://api.kexp.org/v2/shows/65168/?format=api",
    "image_uri": "https://ia804504.us.archive.org/2/items/mbid-d81bfb74-5d2e-4dcf-956f-550cfde5eed5/mbid-d81bfb74-5d2e-4dcf-956f-550cfde5eed5-7940676289_thumb500.jpg",
    "thumbnail_uri": "https://ia804504.us.archive.org/2/items/mbid-d81bfb74-5d2e-4dcf-956f-550cfde5eed5/mbid-d81bfb74-5d2e-4dcf-956f-550cfde5eed5-7940676289_thumb250.jpg",
    "song": "She’s So High",
    "track_id": "008dbc04-88ab-3d5f-b981-0d84473b5d3c",
    "recording_id": "1c14202a-2ea7-4aff-bc41-6c97eb8a45e8",
    "artist": "Blur",
    "artist_ids": [
        "ba853904-ae25-4ebb-89d6-c44cfbd71bd2"
    ],
    "album": "Leisure",
    "release_id": "d81bfb74-5d2e-4dcf-956f-550cfde5eed5",
    "release_group_id": "6ef2736f-e68b-3512-97e5-0b5003fd3d9a",
    "labels": [
        "SBK Records"
    ],
    "label_ids": [
        "9a68bb68-c297-4478-92fa-d30389ec00f5"
    ],
    "release_date": "1991-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matt in Baltimore requesting this banger!\n--\nHappy birthday to bassist Alex James of Blur, born on this date in 1968. Did you know that he's also a cheesemaker? (\"Blessed are the cheesemakers.\") He makes a cheese called \"Blue Monday\", Cheddar Tikka Masala, and Tomato Ketchup Cheddar, among others.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}