Information about plays

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

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

{
    "id": 3570195,
    "uri": "https://api.kexp.org/v2/plays/3570195/?format=api",
    "airdate": "2025-10-26T10:42:28-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c841983-bb8a-44cb-a3a4-6613115642da/31492909663-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c841983-bb8a-44cb-a3a4-6613115642da/31492909663-250.jpg",
    "song": "Need You",
    "track_id": null,
    "recording_id": "0089cd7e-95ac-4c59-a0bc-b67d1c707fa8",
    "artist": "Prince La La",
    "artist_ids": [
        "4e1cc2dc-d225-40c4-ab52-ae06d98bdec9"
    ],
    "album": "More Gumbo Stew",
    "release_id": null,
    "release_group_id": "4dd495e6-2b50-38b0-beb6-80c8bcacbfc0",
    "labels": [
        "Ace"
    ],
    "label_ids": [
        "6ca0c797-97f1-4701-8b62-f2f6d5fd1d10"
    ],
    "release_date": "1961-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the New Orleans guitarist who died at 27, “La La” was his nickname.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}