Information about plays

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

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

{
    "id": 3549027,
    "uri": "https://api.kexp.org/v2/plays/3549027/?format=api",
    "airdate": "2025-09-05T00:52:07-07:00",
    "show": 64476,
    "show_uri": "https://api.kexp.org/v2/shows/64476/?format=api",
    "image_uri": "https://coverartarchive.org/release/fe1de709-806b-3c01-bd05-230e0d44d88d/27888118882-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fe1de709-806b-3c01-bd05-230e0d44d88d/27888118882-250.jpg",
    "song": "As Long as He Lies Perfectly Still",
    "track_id": null,
    "recording_id": "63e1066d-15a0-4e3f-951b-5273ebfaf854",
    "artist": "Soft Machine",
    "artist_ids": [
        "5193ce6b-a315-4c50-ae49-54e69ffbc988"
    ],
    "album": "Volume Two",
    "release_id": null,
    "release_group_id": "dfe2d355-73da-3b69-a4c5-86d27773d486",
    "labels": [
        "ABC Records"
    ],
    "label_ids": [
        "c3e5d5a2-53f2-4eab-9641-23d61e511928"
    ],
    "release_date": "1969-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}