Information about plays

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

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

{
    "id": 3639262,
    "uri": "https://api.kexp.org/v2/plays/3639262/?format=api",
    "airdate": "2026-04-08T01:23:31-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710201.ca.archive.org/0/items/mbid-2316d0fb-49ca-45e4-a71e-303eec2100ad/mbid-2316d0fb-49ca-45e4-a71e-303eec2100ad-26290666827_thumb500.jpg",
    "thumbnail_uri": "https://dn710201.ca.archive.org/0/items/mbid-2316d0fb-49ca-45e4-a71e-303eec2100ad/mbid-2316d0fb-49ca-45e4-a71e-303eec2100ad-26290666827_thumb250.jpg",
    "song": "Speak to Me Bones",
    "track_id": "5e600527-a30b-36ed-a779-4d853cb1c85a",
    "recording_id": "a2a8b9b5-3f4b-4a7c-ba6d-53271926c46c",
    "artist": "Land of Talk",
    "artist_ids": [
        "336dfcad-2587-4f5d-9338-3a445282364f"
    ],
    "album": "Applause Cheer Boo Hiss",
    "release_id": "bf033f27-33fb-39f5-bb50-b1eece0a4f4e",
    "release_group_id": "bda782cf-0ce6-3ed4-a4ba-26f6f41a89b5",
    "labels": [
        "Dependent Music"
    ],
    "label_ids": [
        "5dd1ba16-4158-4e82-89ab-0fce6bc0e30d"
    ],
    "release_date": "2006-05-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}