Information about plays

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

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

{
    "id": 3547857,
    "uri": "https://api.kexp.org/v2/plays/3547857/?format=api",
    "airdate": "2025-09-02T05:08:39-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia800603.us.archive.org/34/items/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea-21978090296_thumb500.jpg",
    "thumbnail_uri": "https://ia800603.us.archive.org/34/items/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea/mbid-94ecb8a4-8f31-4cdb-a0d3-624290086cea-21978090296_thumb250.jpg",
    "song": "Love Buzz",
    "track_id": "71849700-e0f0-3c0c-bcff-4942d9fc3a54",
    "recording_id": "48e3dde5-8192-4284-a05a-cef3c8584cd2",
    "artist": "Shocking Blue",
    "artist_ids": [
        "8b399704-17f4-4001-943b-1d2b848940aa"
    ],
    "album": "At Home",
    "release_id": "94ecb8a4-8f31-4cdb-a0d3-624290086cea",
    "release_group_id": "f7e9587f-774a-30f9-a749-ccf1a01889e9",
    "labels": [
        "Pink Elephant"
    ],
    "label_ids": [
        "ae3b2899-433b-466a-b197-4e8145b7ab10"
    ],
    "release_date": "1969-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shocking Blue was a Dutch rock band formed in The Hague in 1967.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}