Information about plays

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

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

{
    "id": 3562812,
    "uri": "https://api.kexp.org/v2/plays/3562812/?format=api",
    "airdate": "2025-10-08T21:45:37-07:00",
    "show": 64782,
    "show_uri": "https://api.kexp.org/v2/shows/64782/?format=api",
    "image_uri": "https://ia803405.us.archive.org/18/items/mbid-1be276f4-48aa-32d9-a0f6-58e2c7870b8b/mbid-1be276f4-48aa-32d9-a0f6-58e2c7870b8b-34635177463_thumb500.jpg",
    "thumbnail_uri": "https://dn710208.ca.archive.org/0/items/mbid-1be276f4-48aa-32d9-a0f6-58e2c7870b8b/mbid-1be276f4-48aa-32d9-a0f6-58e2c7870b8b-34635177463_thumb250.jpg",
    "song": "That’s What You Always Say",
    "track_id": "8d275848-e999-3d3a-8f90-df868bcb683a",
    "recording_id": "4fc3c4b8-65c1-44df-b458-99853fd66e3d",
    "artist": "The Dream Syndicate",
    "artist_ids": [
        "8577c385-d06a-4a64-b4e7-6ebf25f2cb20"
    ],
    "album": "The Days of Wine and Roses",
    "release_id": "1be276f4-48aa-32d9-a0f6-58e2c7870b8b",
    "release_group_id": "cad1a3b9-d054-328f-850e-6381314cd767",
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It's the FALL DRIVE! kexp.org to donate! You could get a cool tote bag, and other things.\n\ndonate towards Astral Plane's Fall drive slot! kexp.org to donate!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}