Information about plays

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

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

{
    "id": 3592595,
    "uri": "https://api.kexp.org/v2/plays/3592595/?format=api",
    "airdate": "2025-12-18T07:43:03-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "https://coverartarchive.org/release/616873cd-17b9-4dbb-8d34-dc99fff369c5/29182168597-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/616873cd-17b9-4dbb-8d34-dc99fff369c5/29182168597-250.jpg",
    "song": "I Get Around",
    "track_id": null,
    "recording_id": "d8da8b8c-3e45-42a2-91c5-65f0df14c821",
    "artist": "The Beach Boys",
    "artist_ids": [
        "ebfc1398-8d96-47e3-82c3-f782abcdb13d"
    ],
    "album": "All Summer Long",
    "release_id": null,
    "release_group_id": "6b66f366-bdae-3450-898c-794e65d6703f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1964-07-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brian Wilson was inspired by the vocal harmonies of groups such as the Four Freshmen, Wilson in the fall of 1961 formed a band with his brothers Carl and Dennis, cousin Mike Love, and friend Al Jardine. \n\nBeyond the recording studio where his mastery shone, Wilson struggled: he was abused by his father as a child, and mental health struggles including audio hallucinations (later diagnosed as schizoaffective disorder) led him into isolation at the height of The Beach Boys' success.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}