Information about plays

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

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

{
    "id": 3586969,
    "uri": "https://api.kexp.org/v2/plays/3586969/?format=api",
    "airdate": "2025-12-05T03:03:38-08:00",
    "show": 65291,
    "show_uri": "https://api.kexp.org/v2/shows/65291/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Itchin' for a Scratch",
    "track_id": null,
    "recording_id": "ed6dbb71-884e-4b7e-b795-9d02085eda16",
    "artist": "Force MD’s",
    "artist_ids": [
        "714dceb3-d277-4342-b3d9-3282324387c3"
    ],
    "album": "Love Letters",
    "release_id": null,
    "release_group_id": "232937f6-438c-4fab-8db9-7aa189720cc0",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "IT'S THE 3AM TIME MACHINE!\n---\nFeatured on the soundtrack for the 1985 film Rappin'.\n\nR&B/Rap quintet formed in 1983, Staten Island, New York, USA.\nDiscovered by Mr. Magic on the Staten Island Ferry Boat. Originally named The LD's, then later they renamed themselves Dr. Rock & The Force MC's before settling with Force MD's.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}