Information about plays

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

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

{
    "id": 3552716,
    "uri": "https://api.kexp.org/v2/plays/3552716/?format=api",
    "airdate": "2025-09-13T22:21:31-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Bottle Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Big Time",
    "artist_ids": [],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Asteroid M Records"
    ],
    "label_ids": [
        "1da54943-3580-42ce-ae99-010251b185e6"
    ],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Big Time will be playing a benefit show for Beau at Slim's Last Chance Saloon on Saturday, September 27th.\n\nhttps://www.gofundme.com/f/help-beaus-family-be-by-his-side",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}