Information about plays

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

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

{
    "id": 3555844,
    "uri": "https://api.kexp.org/v2/plays/3555844/?format=api",
    "airdate": "2025-09-21T09:47:01-07:00",
    "show": 64622,
    "show_uri": "https://api.kexp.org/v2/shows/64622/?format=api",
    "image_uri": "https://coverartarchive.org/release/a6561a21-1fc1-4a6f-94fd-6a2cb0e8c590/28756250690-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a6561a21-1fc1-4a6f-94fd-6a2cb0e8c590/28756250690-250.jpg",
    "song": "Unrequited to the Nth Degree",
    "track_id": null,
    "recording_id": "9b7dc93b-456d-4391-a627-af16eb7f66ed",
    "artist": "Loudon Wainwright III",
    "artist_ids": [
        "3ddc1fe4-0abb-4af0-9392-e36720386842"
    ],
    "album": "Unrequited",
    "release_id": null,
    "release_group_id": "37b1b7eb-0db7-3006-b65e-93a94a317105",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the side of the album performed live at The Bottom Line in NY. He performed the song live on SNL in 1975.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}