Information about plays

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

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

{
    "id": 3552756,
    "uri": "https://api.kexp.org/v2/plays/3552756/?format=api",
    "airdate": "2025-09-13T23:56:46-07:00",
    "show": 64556,
    "show_uri": "https://api.kexp.org/v2/shows/64556/?format=api",
    "image_uri": "https://ia800908.us.archive.org/27/items/mbid-2e8143f9-0d19-449f-9099-ff986c5643e3/mbid-2e8143f9-0d19-449f-9099-ff986c5643e3-42178535960_thumb500.jpg",
    "thumbnail_uri": "https://dn721209.ca.archive.org/0/items/mbid-2e8143f9-0d19-449f-9099-ff986c5643e3/mbid-2e8143f9-0d19-449f-9099-ff986c5643e3-42178535960_thumb250.jpg",
    "song": "Sex & Outrage",
    "track_id": "919848ed-28a4-4301-9694-7067cc2c816e",
    "recording_id": "cba091bf-44dc-441f-8a08-e4dd224cf431",
    "artist": "Supersuckers",
    "artist_ids": [
        "6fa09822-bbe4-4ff8-901d-4a39a4dd82e9"
    ],
    "album": "The Songs All Sound The Same",
    "release_id": "2e8143f9-0d19-449f-9099-ff986c5643e3",
    "release_group_id": "8db05a0d-8d13-3276-b28e-30ad4a9bf5a4",
    "labels": [
        "Musical Tragedies",
        "Empty Records"
    ],
    "label_ids": [
        "d70909a6-a6e5-4b59-9fbe-6339d1ac4a54",
        "cfe9fabd-2239-4cd3-979e-cf36f0c07ef4"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Motorhead cover",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}