Information about plays

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

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

{
    "id": 3552746,
    "uri": "https://api.kexp.org/v2/plays/3552746/?format=api",
    "airdate": "2025-09-13T23:37:03-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Take Me to Your (Leader)",
    "track_id": "7170a948-0671-4b67-9d94-c5af9dff245c",
    "recording_id": "5f764309-976c-4c55-a88b-2e9db1631c57",
    "artist": "The Pudz",
    "artist_ids": [
        "7c5c6aa9-5fc5-4214-9d4f-cde47e4ea46d"
    ],
    "album": "Seattle Syndrome - Volume One",
    "release_id": "2a306247-f2df-47f2-a38e-b650c873a416",
    "release_group_id": "46393a41-c55a-4eca-94f3-5a8ef650c48b",
    "labels": [
        "Engram Records"
    ],
    "label_ids": [
        "20f312d8-f083-42f3-937e-29e16aa57c03"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Rob Morgan, the vocalist of The Pudz went on to form The Squirrels.\n\nhttps://www.facebook.com/thepudz/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}