Information about plays

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

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

{
    "id": 3591683,
    "uri": "https://api.kexp.org/v2/plays/3591683/?format=api",
    "airdate": "2025-12-16T02:35:57-08:00",
    "show": 65391,
    "show_uri": "https://api.kexp.org/v2/shows/65391/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hello San Francisco (Golden Gate mix)",
    "track_id": null,
    "recording_id": "e029e35f-3fc1-4d7f-8cda-5c256e1e7733",
    "artist": "Dance 2 Trance",
    "artist_ids": [
        "97f786bf-ff77-4dde-8dda-7359f5cc0eb7"
    ],
    "album": "Moon Spirits",
    "release_id": null,
    "release_group_id": "57778d76-f7fe-3b7f-a969-862db8ff2f70",
    "labels": [],
    "label_ids": [],
    "release_date": "1992-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Peter in Germany (and to all our 92.7FM SF listeners!)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}