Information about plays

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

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

{
    "id": 3567678,
    "uri": "https://api.kexp.org/v2/plays/3567678/?format=api",
    "airdate": "2025-10-20T16:18:14-07:00",
    "show": 64889,
    "show_uri": "https://api.kexp.org/v2/shows/64889/?format=api",
    "image_uri": "https://coverartarchive.org/release/b205f0e4-6bf8-4351-a360-6587c919c931/42281202084-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b205f0e4-6bf8-4351-a360-6587c919c931/42281202084-250.jpg",
    "song": "The Floating World",
    "track_id": null,
    "recording_id": "fdec9852-8a93-485b-bfc0-f2c1f04f3612",
    "artist": "Soft Machine",
    "artist_ids": [
        "5193ce6b-a315-4c50-ae49-54e69ffbc988"
    ],
    "album": "Bundles",
    "release_id": null,
    "release_group_id": "42db8442-55c6-3af6-9a77-dc474a6853f9",
    "labels": [
        "Harvest"
    ],
    "label_ids": [
        "993af7f6-bb99-456b-83e7-5e728ea80a0e"
    ],
    "release_date": "1975-03-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the eighth studio album by the jazz-rock band Soft Machine. recorded in 1974 in London at CBS Whitfield Street Studios.\n\nhttps://softmachine-moonjune.bandcamp.com/album/floating-world-live-re-mastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}