Information about plays

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

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

{
    "id": 3625860,
    "uri": "https://api.kexp.org/v2/plays/3625860/?format=api",
    "airdate": "2026-03-06T03:43:53-08:00",
    "show": 66103,
    "show_uri": "https://api.kexp.org/v2/shows/66103/?format=api",
    "image_uri": "https://coverartarchive.org/release/84bd98a9-017d-30eb-b557-d075957d802f/5544741092-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/84bd98a9-017d-30eb-b557-d075957d802f/5544741092-250.jpg",
    "song": "Handcuffs",
    "track_id": null,
    "recording_id": "9c1332e1-6392-4d78-ac31-1f8bea3587a9",
    "artist": "Parliament",
    "artist_ids": [
        "d1947987-9614-49ae-bd36-8000e6b6f7d0"
    ],
    "album": "Mothership Connection",
    "release_id": null,
    "release_group_id": "cb69bfc6-a15c-34cd-b1af-76b6481bf09a",
    "labels": [
        "Casablanca Records"
    ],
    "label_ids": [
        "98f93684-2a6f-4d40-ac6a-41fd0cc8ecc8"
    ],
    "release_date": "1975-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Reid!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}