Information about plays

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

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

{
    "id": 3500311,
    "uri": "https://api.kexp.org/v2/plays/3500311/?format=api",
    "airdate": "2025-05-12T06:23:59-07:00",
    "show": 63440,
    "show_uri": "https://api.kexp.org/v2/shows/63440/?format=api",
    "image_uri": "https://ia800106.us.archive.org/17/items/mbid-8350a4ac-1f76-49f2-8f31-26c1920a5e27/mbid-8350a4ac-1f76-49f2-8f31-26c1920a5e27-10643473517_thumb500.jpg",
    "thumbnail_uri": "https://ia800106.us.archive.org/17/items/mbid-8350a4ac-1f76-49f2-8f31-26c1920a5e27/mbid-8350a4ac-1f76-49f2-8f31-26c1920a5e27-10643473517_thumb250.jpg",
    "song": "I Kissed a Girl",
    "track_id": "16b7e22f-e2fb-3b6a-bdb8-70229d6e5db2",
    "recording_id": "504f4466-ca12-4329-b6c0-b7e1e7cc31c2",
    "artist": "Jill Sobule",
    "artist_ids": [
        "2b2df5fd-7d41-4d78-a456-62c738bb4d9c"
    ],
    "album": "Jill Sobule",
    "release_id": "65553a8d-fc7d-4774-9bc8-5a10ebee3b1c",
    "release_group_id": "65be25e5-32f7-343f-93c1-850d49b390bd",
    "labels": [
        "Lava"
    ],
    "label_ids": [
        "124c5a9d-73df-4973-bff8-5ebe98cc8168"
    ],
    "release_date": "1995-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.I.P. Jill Sobule, who died last week at age 66 in a house fire: https://www.nytimes.com/2025/05/02/arts/music/jill-sobule-dead.html\n\nSee the official video for this first openly queer-themed song to become a top hit: https://www.youtube.com/watch?v=LUi11Cz4ZUg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}