Information about plays

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

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

{
    "id": 3667225,
    "uri": "https://api.kexp.org/v2/plays/3667225/?format=api",
    "airdate": "2026-06-13T06:13:04-07:00",
    "show": 66975,
    "show_uri": "https://api.kexp.org/v2/shows/66975/?format=api",
    "image_uri": "https://dn710609.ca.archive.org/0/items/mbid-eecea632-0a7a-4c60-90ce-aafb63dfbf6a/mbid-eecea632-0a7a-4c60-90ce-aafb63dfbf6a-29344581821_thumb500.jpg",
    "thumbnail_uri": "https://dn710609.ca.archive.org/0/items/mbid-eecea632-0a7a-4c60-90ce-aafb63dfbf6a/mbid-eecea632-0a7a-4c60-90ce-aafb63dfbf6a-29344581821_thumb250.jpg",
    "song": "This Time",
    "track_id": "ffd21112-b3d5-3bcc-8148-2b06b7a372e1",
    "recording_id": "add0aa8e-af06-43b8-a9a0-83c1027ef397",
    "artist": "LSD and the Search for God",
    "artist_ids": [
        "0e24f776-4158-4934-8b78-b4b1edb3ad62"
    ],
    "album": "LSD and the Search for God",
    "release_id": "eecea632-0a7a-4c60-90ce-aafb63dfbf6a",
    "release_group_id": "d5a4b729-16ea-3643-a789-f163d6b6ff61",
    "labels": [
        "Mind Expansion"
    ],
    "label_ids": [
        "c6c4818d-791a-40a2-ad7b-2df6df04205e"
    ],
    "release_date": "2007-01-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}