Information about plays

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

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

{
    "id": 3610511,
    "uri": "https://api.kexp.org/v2/plays/3610511/?format=api",
    "airdate": "2026-01-29T06:51:12-08:00",
    "show": 65783,
    "show_uri": "https://api.kexp.org/v2/shows/65783/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Call Me",
    "track_id": "04e45168-70a3-349a-96eb-c1c131c80e1b",
    "recording_id": "2faa0b25-cdfd-444d-94a0-55235fdf87fc",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Greatest Hits: Sound & Vision",
    "release_id": "4ac6b8e5-9516-4eaf-b5d0-9059a4aa5046",
    "release_group_id": "f5de9949-4335-37da-9d51-9076692e98a0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The single \"Call Me\" was released on this day in 1980 from the American Gigolo soundtrack.\n\nGiorgio Moroder wrote this with Blondie lead singer Debbie Harry, who thus became the first woman in British chart history to write three #1 hits.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}