Information about plays

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

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

{
    "id": 3534056,
    "uri": "https://api.kexp.org/v2/plays/3534056/?format=api",
    "airdate": "2025-07-31T07:48:14-07:00",
    "show": 64160,
    "show_uri": "https://api.kexp.org/v2/shows/64160/?format=api",
    "image_uri": "https://ia600108.us.archive.org/24/items/mbid-c65cad33-fc8f-45a4-bf3b-8f20aff8141a/mbid-c65cad33-fc8f-45a4-bf3b-8f20aff8141a-41364793329_thumb500.jpg",
    "thumbnail_uri": "https://ia600108.us.archive.org/24/items/mbid-c65cad33-fc8f-45a4-bf3b-8f20aff8141a/mbid-c65cad33-fc8f-45a4-bf3b-8f20aff8141a-41364793329_thumb250.jpg",
    "song": "Swinging",
    "track_id": "51911df2-c404-44c5-8227-919b6c8d5ccd",
    "recording_id": "a486be6a-9542-455c-9caa-3191e38da3bc",
    "artist": "Daisy the Great",
    "artist_ids": [
        "86c08fe0-1cac-4e32-ab77-f36db9b37fd1"
    ],
    "album": "The Rubber Teeth Talk",
    "release_id": "c65cad33-fc8f-45a4-bf3b-8f20aff8141a",
    "release_group_id": "a6e50759-c7c4-411a-ac59-7ffca7fdb16b",
    "labels": [
        "S‐Curve Records"
    ],
    "label_ids": [
        "508797d9-e5c3-4376-be2e-30b3bb58eca7"
    ],
    "release_date": "2025-06-27",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tour dates:\nSep 21 @ Holocene in Portland, OR\nSep 23 @ Barboza in Seattle, WA\nSep 25  @ Cafe Du Nord in San Francisco, CA\nhttps://www.daisythegreat.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}