Information about plays

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

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

{
    "id": 3607961,
    "uri": "https://api.kexp.org/v2/plays/3607961/?format=api",
    "airdate": "2026-01-23T06:52:26-08:00",
    "show": 65729,
    "show_uri": "https://api.kexp.org/v2/shows/65729/?format=api",
    "image_uri": "https://coverartarchive.org/release/07694fc9-1d68-421c-925b-dbb1c45d28aa/22081139818-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/07694fc9-1d68-421c-925b-dbb1c45d28aa/22081139818-250.jpg",
    "song": "Come and Get Your Love",
    "track_id": null,
    "recording_id": "1f053270-f178-48e3-b612-29f5dc59a693",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Energy",
    "release_id": null,
    "release_group_id": "09f3d5fa-0ccb-3fea-92f8-a3864d5b92ea",
    "labels": [
        "Wounded Bird Records"
    ],
    "label_ids": [
        "4db4d8fd-beb2-4f21-8d10-0dd747377f44"
    ],
    "release_date": "1978-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Anita, born in Oakland, CA on this day in 1948.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}