Information about plays

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

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

{
    "id": 3577643,
    "uri": "https://api.kexp.org/v2/plays/3577643/?format=api",
    "airdate": "2025-11-13T11:55:00-08:00",
    "show": 65098,
    "show_uri": "https://api.kexp.org/v2/shows/65098/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waiting Room - London UK 11/04/02_FLS1045 - Live",
    "track_id": null,
    "recording_id": null,
    "artist": "Fugazi",
    "artist_ids": [],
    "album": "Live at The Forum London UK 11/04/02_FLS1045",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dischord Records"
    ],
    "label_ids": [],
    "release_date": "2025-02-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Rasa in San Francisco:\n\nMy husband just lost his best friend. We are not yet healing, we are in survival heartbreak mode still. Fugazi was Vince’s favorite band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}