Information about plays

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

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

{
    "id": 3625071,
    "uri": "https://api.kexp.org/v2/plays/3625071/?format=api",
    "airdate": "2026-03-04T04:14:09-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "https://coverartarchive.org/release/24a4bba0-8bd7-4362-8bea-e879c999f42f/13909434559-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/24a4bba0-8bd7-4362-8bea-e879c999f42f/13909434559-250.jpg",
    "song": "Walking With a Ghost (Manila Killa Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Tegan and Sara",
    "artist_ids": [
        "d13f0f47-36f9-4661-87fe-2de56f45c649"
    ],
    "album": "Walking With a Ghost",
    "release_id": null,
    "release_group_id": "41f34684-b805-3603-ae49-1eeb7ddc3eb7",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/manilakilla/walking-with-a-ghost-manila-killa-remix-final?in=bois/sets/test",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}