Information about plays

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

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

{
    "id": 3548596,
    "uri": "https://api.kexp.org/v2/plays/3548596/?format=api",
    "airdate": "2025-09-03T22:26:31-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/56283715-1153-4fe8-b94a-810e44e3dcd1/41106901479-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/56283715-1153-4fe8-b94a-810e44e3dcd1/41106901479-250.jpg",
    "song": "No Way To Control It",
    "track_id": null,
    "recording_id": "e43ac5ca-9723-43bb-b16c-54a7df63d15f",
    "artist": "Mac Thornhill",
    "artist_ids": [
        "d97acd5e-5c39-4245-89b0-33c4be6595d4"
    ],
    "album": "John Gómez and Nick the Record Present TANGENT",
    "release_id": null,
    "release_group_id": "56f7202b-fd40-4fb4-9f3d-3ebec8d4f339",
    "labels": [
        "Mr. Bongo"
    ],
    "label_ids": [],
    "release_date": "2024-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deep Canadian boogie from 1985.\n\nhttps://mrbongo.bandcamp.com/track/no-way-to-control-it",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}