Information about plays

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

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

{
    "id": 3546730,
    "uri": "https://api.kexp.org/v2/plays/3546730/?format=api",
    "airdate": "2025-08-30T14:09:17-07:00",
    "show": 64429,
    "show_uri": "https://api.kexp.org/v2/shows/64429/?format=api",
    "image_uri": "https://ia904502.us.archive.org/31/items/mbid-0123d225-e035-3728-ac3a-3758c9d4edad/mbid-0123d225-e035-3728-ac3a-3758c9d4edad-7940728317_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/31/items/mbid-0123d225-e035-3728-ac3a-3758c9d4edad/mbid-0123d225-e035-3728-ac3a-3758c9d4edad-7940728317_thumb250.jpg",
    "song": "Divine Hammer",
    "track_id": "1b28ae62-96b7-3377-9b2e-95d9a8177e27",
    "recording_id": "0f2afa38-174e-4c70-86a0-aa207950c190",
    "artist": "The Breeders",
    "artist_ids": [
        "667e856e-f3a7-42e9-8244-95422ef31321"
    ],
    "album": "Last Splash",
    "release_id": "0123d225-e035-3728-ac3a-3758c9d4edad",
    "release_group_id": "7aaf0618-292c-3474-bfbc-d831baf710cf",
    "labels": [
        "4AD",
        "Elektra Entertainment"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503",
        "745f3292-03fe-44b5-babe-bc7eaa46a15d"
    ],
    "release_date": "1993-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last Splash was released on this day in 1993!\n---\nWatch the music video for \"Divine Hammer\" here: https://www.youtube.com/watch?v=tUiP5eyx3NM\n\nhttps://www.thebreedersmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}