Information about plays

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

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

{
    "id": 3641648,
    "uri": "https://api.kexp.org/v2/plays/3641648/?format=api",
    "airdate": "2026-04-13T18:21:35-07:00",
    "show": 66445,
    "show_uri": "https://api.kexp.org/v2/shows/66445/?format=api",
    "image_uri": "https://coverartarchive.org/release/2d67a60a-358d-4d5c-885f-0fc7971cd9d7/8104573939-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2d67a60a-358d-4d5c-885f-0fc7971cd9d7/8104573939-250.jpg",
    "song": "Love Needs a Heart",
    "track_id": null,
    "recording_id": "a38d4208-c6dd-4597-a35b-caabaf4da48d",
    "artist": "Jackson Browne",
    "artist_ids": [
        "88527d26-7496-47c5-8358-ebdb1868a90f"
    ],
    "album": "Running on Empty",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Asylum Records"
    ],
    "label_ids": [
        "a8bea33e-67af-424a-a734-898e2dc437ed"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by Lowell George, happy birthday",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}