Information about plays

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

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

{
    "id": 3564453,
    "uri": "https://api.kexp.org/v2/plays/3564453/?format=api",
    "airdate": "2025-10-13T05:41:56-07:00",
    "show": 64823,
    "show_uri": "https://api.kexp.org/v2/shows/64823/?format=api",
    "image_uri": "https://ia801202.us.archive.org/10/items/mbid-7b757122-0e69-44bf-9909-39e309bb7132/mbid-7b757122-0e69-44bf-9909-39e309bb7132-11044744494_thumb500.jpg",
    "thumbnail_uri": "https://ia601202.us.archive.org/10/items/mbid-7b757122-0e69-44bf-9909-39e309bb7132/mbid-7b757122-0e69-44bf-9909-39e309bb7132-11044744494_thumb250.jpg",
    "song": "La De Da",
    "track_id": "f7b560b4-e1ab-4a3f-ba0a-7746b2827e85",
    "recording_id": "64e2bd12-35e6-406e-9b37-12f4b2443117",
    "artist": "Link Wray",
    "artist_ids": [
        "1c1c86a2-7850-47ac-8771-ae6359bae2b7"
    ],
    "album": "Link Wray",
    "release_id": "93fd0498-8e84-49ee-889d-0c3924338876",
    "release_group_id": "3119a110-05c6-3cec-9e52-fca73e05d518",
    "labels": [
        "Hip‐O Select"
    ],
    "label_ids": [
        "806a6363-9766-4dc1-8352-d3c2a1ac0ce9"
    ],
    "release_date": "2006-09-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Recorded in 1971 by Link's brother Vernon in their three-track studio-in-a-shack ; the first official vinyl reissue came out in 2017: https://lightintheattic.net/releases/3281-link-wray  \n\nLink Wray is a Shawnee Native American",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}