Information about plays

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

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

{
    "id": 3559736,
    "uri": "https://api.kexp.org/v2/plays/3559736/?format=api",
    "airdate": "2025-09-30T18:01:50-07:00",
    "show": 64711,
    "show_uri": "https://api.kexp.org/v2/shows/64711/?format=api",
    "image_uri": "https://dn721901.ca.archive.org/0/items/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34-26704763973_thumb500.jpg",
    "thumbnail_uri": "https://dn721901.ca.archive.org/0/items/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34/mbid-2f8dad06-74e3-3266-9a7d-0b3116419a34-26704763973_thumb250.jpg",
    "song": "Juicebox",
    "track_id": "5207575c-8b47-341c-921b-85933fe5f9eb",
    "recording_id": "db067411-52bf-4569-942d-93f78dea8f6d",
    "artist": "The Strokes",
    "artist_ids": [
        "f181961b-20f7-459e-89de-920ef03c7ed0"
    ],
    "album": "First Impressions of Earth",
    "release_id": "2f8dad06-74e3-3266-9a7d-0b3116419a34",
    "release_group_id": "5ef51a9b-55eb-3400-99a8-47b892e11df7",
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2006-01-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A NYC band that ushered in a new era of indie rock in the 2000's, The Strokes quickly became of the most influential bands of the early 21st century. https://www.thestrokes.com/home/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}