Information about plays

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

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

{
    "id": 3547881,
    "uri": "https://api.kexp.org/v2/plays/3547881/?format=api",
    "airdate": "2025-09-02T06:39:58-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://dn720703.ca.archive.org/0/items/mbid-8891ff51-ea4e-4cd5-81b0-18f8b69a6ef0/mbid-8891ff51-ea4e-4cd5-81b0-18f8b69a6ef0-42765909658_thumb500.jpg",
    "thumbnail_uri": "https://dn720703.ca.archive.org/0/items/mbid-8891ff51-ea4e-4cd5-81b0-18f8b69a6ef0/mbid-8891ff51-ea4e-4cd5-81b0-18f8b69a6ef0-42765909658_thumb250.jpg",
    "song": "Nice Shoes",
    "track_id": "ea4ca4d0-470b-4dec-9fc9-4185d1a036c4",
    "recording_id": "2cb2a8ee-ea8b-4d37-b255-ccc1f88210a0",
    "artist": "Steve Lacy",
    "artist_ids": [
        "b29020d6-5dbf-4c99-b16f-c009f8a712ff"
    ],
    "album": "Nice Shoes",
    "release_id": "8891ff51-ea4e-4cd5-81b0-18f8b69a6ef0",
    "release_group_id": "6ffa36c6-44dd-4eb6-8aa0-62b9a6aba015",
    "labels": [
        "RCA",
        "L-M Records"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946",
        "26885ca0-2a59-48fd-bc6b-085a73979627"
    ],
    "release_date": "2025-08-15",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Steve Lacy is back with “Nice Shoes,” his first single since 2022. Written and produced by Lacy. \n\nhttps://www.youtube.com/watch?v=-p7B8EKRRNc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}