Information about plays

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

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

{
    "id": 3548235,
    "uri": "https://api.kexp.org/v2/plays/3548235/?format=api",
    "airdate": "2025-09-03T01:50:59-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-6f8c87a5-f7dc-44a2-a482-0856e238c927/mbid-6f8c87a5-f7dc-44a2-a482-0856e238c927-31290557452_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-6f8c87a5-f7dc-44a2-a482-0856e238c927/mbid-6f8c87a5-f7dc-44a2-a482-0856e238c927-31290557452_thumb250.jpg",
    "song": "Get Myself Into It",
    "track_id": "ee328b30-e560-3ce7-81d3-110f9b1d3e04",
    "recording_id": "3642a198-0c98-42dc-91aa-14db75e21308",
    "artist": "The Rapture",
    "artist_ids": [
        "3697647f-1839-479e-98a1-9ad39004d923"
    ],
    "album": "Get Myself Into It",
    "release_id": "6f8c87a5-f7dc-44a2-a482-0856e238c927",
    "release_group_id": "ceedd2ab-f50f-31c0-802e-c661c232f619",
    "labels": [
        "Universal Motown"
    ],
    "label_ids": [
        "c5cf2442-0b01-4359-8f15-9fa2d830ae15"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The rapture is a New York-based, SF originated rock-band consisting of Luke Jenner, Vito Roccoforte, and Gabriel Andruzzi.\n\nTheir debut full-length album “Echoes”, earned widespread critical acclaim, and was voted Pitchfork’s Best Album of 2003",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}