Information about plays

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

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

{
    "id": 3626554,
    "uri": "https://api.kexp.org/v2/plays/3626554/?format=api",
    "airdate": "2026-03-07T21:57:37-08:00",
    "show": 66122,
    "show_uri": "https://api.kexp.org/v2/shows/66122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cardboard Lamb",
    "track_id": null,
    "recording_id": "978300c2-83cd-4e91-ac4f-3561b86f75d5",
    "artist": "Crash Course in Science",
    "artist_ids": [
        "3f3338e9-8004-4848-ab6a-efe7b096c738"
    ],
    "album": "Crash Course in Science",
    "release_id": null,
    "release_group_id": "db82aac3-f1a4-4b3c-8538-9e41a8d6e1a7",
    "labels": [
        "Vinyl-on-Demand"
    ],
    "label_ids": [
        "3df53981-6b87-48f5-a7df-a0c15ea8187e"
    ],
    "release_date": "2009-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in 1979 in Philadelphia and quickly disbanded in 1981, but reformed in 2009 to put out this great album that had been previously recorded.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}