Information about plays

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

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

{
    "id": 3564403,
    "uri": "https://api.kexp.org/v2/plays/3564403/?format=api",
    "airdate": "2025-10-13T01:37:01-07:00",
    "show": 64821,
    "show_uri": "https://api.kexp.org/v2/shows/64821/?format=api",
    "image_uri": "https://ia601901.us.archive.org/12/items/mbid-4f2525cf-1bcc-3bff-905b-75a5aecc90ee/mbid-4f2525cf-1bcc-3bff-905b-75a5aecc90ee-15473907820_thumb500.jpg",
    "thumbnail_uri": "https://dn721600.ca.archive.org/0/items/mbid-4f2525cf-1bcc-3bff-905b-75a5aecc90ee/mbid-4f2525cf-1bcc-3bff-905b-75a5aecc90ee-15473907820_thumb250.jpg",
    "song": "Will o' the Wisp",
    "track_id": "2d7b29e2-106a-3718-8856-50a2a170ba71",
    "recording_id": "252d47cd-4706-4ced-a0d8-ab1875ceaf6a",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Sketches of Spain",
    "release_id": "4f2525cf-1bcc-3bff-905b-75a5aecc90ee",
    "release_group_id": "966fede2-31b2-3b6a-ab50-4a650d3bb97d",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1997-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}