Information about plays

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

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

{
    "id": 3560942,
    "uri": "https://api.kexp.org/v2/plays/3560942/?format=api",
    "airdate": "2025-10-03T17:27:39-07:00",
    "show": 64735,
    "show_uri": "https://api.kexp.org/v2/shows/64735/?format=api",
    "image_uri": "https://coverartarchive.org/release/4284b81f-1731-313a-a4de-58b4c18a754a/5808321423-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4284b81f-1731-313a-a4de-58b4c18a754a/5808321423-250.jpg",
    "song": "Friday I’m in Love (Strangelove mix)",
    "track_id": null,
    "recording_id": "3c7c039f-28b9-4643-b02e-e405341be1b0",
    "artist": "Cure",
    "artist_ids": [
        "69ee3720-a7cb-4402-b48d-a02c366f2bcf"
    ],
    "album": "Wish (30th Anniversary Deluxe Edition)",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1992-04-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Cure celebrated the 30th anniversary of \"Wish\" with a 2022 deluxe edition featuring demos, b-sides, and remixes - including this from Minneapolis legend Jay \"Strangelove\" Tappe\n\nhttps://first-avenue.com/performer/strangelove/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}