Information about plays

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

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

{
    "id": 3665279,
    "uri": "https://api.kexp.org/v2/plays/3665279/?format=api",
    "airdate": "2026-06-08T08:26:07-07:00",
    "show": 66935,
    "show_uri": "https://api.kexp.org/v2/shows/66935/?format=api",
    "image_uri": "https://coverartarchive.org/release/066b3a52-f3f6-4a03-bf0d-f9f603690ae1/35913083233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/066b3a52-f3f6-4a03-bf0d-f9f603690ae1/35913083233-250.jpg",
    "song": "Monkberry Moon Delight",
    "track_id": null,
    "recording_id": "2bc45227-b215-4ebc-8e1c-15f2d4e38b33",
    "artist": "Paul McCartney",
    "artist_ids": [],
    "album": "RAM",
    "release_id": null,
    "release_group_id": "434d4068-8404-359a-9585-3376d3d1680d",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1971-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Inspired by Paul McCartney’s children’s use of wordplay, ‘Monkberry Moon Delight’ featured lyrics chosen more for their phonetic sound than their meaning. The title was derived from an alternative word for milk that the McCartney children used. Further inspiration came from the 1959 Leiber and Stoller song ‘Love Potion No. 9’, recorded by The Searchers.\" \n\nhttps://www.beatlesbible.com/people/paul-mccartney/songs/monkberry-moon-delight/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}