Information about plays

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

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

{
    "id": 3596964,
    "uri": "https://api.kexp.org/v2/plays/3596964/?format=api",
    "airdate": "2025-12-27T23:31:05-08:00",
    "show": 65493,
    "show_uri": "https://api.kexp.org/v2/shows/65493/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Teenage Jerk",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dirty Sweets",
    "artist_ids": [
        "8e7e2702-9e3f-411e-9141-dab7b268f8e9"
    ],
    "album": "Bubblegum Damaged",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rip Off Records"
    ],
    "label_ids": [
        "8f1c8839-2e6f-464a-8b1d-d89109d6daad"
    ],
    "release_date": "2002-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dirty Sweets are a punk/alternative rock band from Austin, TX, formed in 1999 and known for high-energy shows and the album Bubblegum Damaged.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}