Information about plays

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

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

{
    "id": 3551639,
    "uri": "https://api.kexp.org/v2/plays/3551639/?format=api",
    "airdate": "2025-09-11T08:34:13-07:00",
    "show": 64532,
    "show_uri": "https://api.kexp.org/v2/shows/64532/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eyes Without a Face",
    "track_id": "38e2c0e6-fadd-3453-a836-e5b73826676d",
    "recording_id": "9ad4e4f4-6460-44f2-88ef-6d82e83a5b74",
    "artist": "Billy Idol",
    "artist_ids": [
        "47c8f88b-987a-4b64-9175-2b1b57809727"
    ],
    "album": "Rebel Yell",
    "release_id": "54ad2ad0-5951-475a-8349-156835569c93",
    "release_group_id": "5c4a34dd-86b9-3b5e-89d7-61b49628a806",
    "labels": [
        "Chrysalis"
    ],
    "label_ids": [
        "ed5601e5-7c54-426e-982a-1a208dd0b0ad"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Climate Pledge Arena in Seattle on Saturday, September 20.\n--\nNamed after the French horror film \"Les yeux sans visage.\" Billy Idol's girlfriend Perri Lister sings the French phrase in the background on the track. \nhttps://billyidol.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}