Information about plays

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

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

{
    "id": 3552781,
    "uri": "https://api.kexp.org/v2/plays/3552781/?format=api",
    "airdate": "2025-09-14T01:42:20-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/e94ce680-f4c2-425d-831f-8a4341254a4b/11941938583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e94ce680-f4c2-425d-831f-8a4341254a4b/11941938583-250.jpg",
    "song": "Human Trafficking",
    "track_id": null,
    "recording_id": "cfe91cfe-4388-4053-addc-2a6dca3548b0",
    "artist": "Insect Warfare",
    "artist_ids": [
        "f0f7a1cf-2980-4cfe-bea0-5d6dba84fa89"
    ],
    "album": "World Extermination",
    "release_id": null,
    "release_group_id": "d2884bc3-7155-3e4d-937e-f44520e0d84a",
    "labels": [
        "Earache Records"
    ],
    "label_ids": [
        "1b1e78a5-f05c-465e-b1f6-16a3b8077500"
    ],
    "release_date": "2007-07-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Houston, TX in 2004 and split for good in 2017.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}