Information about plays

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

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

{
    "id": 3623139,
    "uri": "https://api.kexp.org/v2/plays/3623139/?format=api",
    "airdate": "2026-02-27T18:46:51-08:00",
    "show": 66045,
    "show_uri": "https://api.kexp.org/v2/shows/66045/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep Pushing",
    "track_id": "f3b1db7e-828b-467b-8322-9aee4c6f00a3",
    "recording_id": "60b9fdf4-4c7f-47dc-85cf-8f9bdf8815b7",
    "artist": "clipping.",
    "artist_ids": [
        "84ca8fa4-7cca-4948-a90a-cb44db29853d"
    ],
    "album": "Dead Channel Sky",
    "release_id": "4a18986d-1598-43a8-b15f-0340af442ffe",
    "release_group_id": "dc8005ec-e1ef-44fb-a1d6-ccb5083bc132",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2025-03-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Performing at Berkeley's UC Theatre tonight! \n---\nThis song, written and produced by the group, featured strings from John W. Snyder,  was mixed by Steve Kaplan, and was mastered by Levi Seitz at Blackbelt Mastering.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}