Information about plays

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

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

{
    "id": 3639325,
    "uri": "https://api.kexp.org/v2/plays/3639325/?format=api",
    "airdate": "2026-04-08T04:34:32-07:00",
    "show": 66396,
    "show_uri": "https://api.kexp.org/v2/shows/66396/?format=api",
    "image_uri": "https://dn710901.ca.archive.org/0/items/mbid-e1308295-5913-472b-b3cd-be8bb91c74ab/mbid-e1308295-5913-472b-b3cd-be8bb91c74ab-24796917870_thumb500.jpg",
    "thumbnail_uri": "https://ia803104.us.archive.org/26/items/mbid-e1308295-5913-472b-b3cd-be8bb91c74ab/mbid-e1308295-5913-472b-b3cd-be8bb91c74ab-24796917870_thumb250.jpg",
    "song": "Tell Him",
    "track_id": "1ea7622b-c057-3c85-96db-cb1e3b9b4661",
    "recording_id": "2c2d4ea6-087c-4818-81ba-f5d1c1efdf9c",
    "artist": "The Exciters",
    "artist_ids": [
        "40a58741-1683-478c-8018-321dbd565919"
    ],
    "album": "Girl Group Greats",
    "release_id": "e1308295-5913-472b-b3cd-be8bb91c74ab",
    "release_group_id": "5c013fb5-c3d5-3ed3-819d-86ea1aba9bb8",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}