Information about plays

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

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

{
    "id": 3594395,
    "uri": "https://api.kexp.org/v2/plays/3594395/?format=api",
    "airdate": "2025-12-22T08:38:58-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going to California",
    "track_id": "ef2d4759-3a13-440b-95e0-a02c4ee84049",
    "recording_id": "f0fb5510-32d0-4276-9072-5a208b07d4e8",
    "artist": "Led Zeppelin",
    "artist_ids": [
        "678d88b2-87b0-403b-b63d-5da7465aecc3"
    ],
    "album": "[Led Zeppelin IV]",
    "release_id": "2a73b5f2-f680-4c3b-902f-7e395dece103",
    "release_group_id": "2e61da88-39e9-3473-81d2-c964cb394952",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "'Jimmy Page and Robert Plant wrote this song, drawing inspiration from Joni Mitchell, specifically her song \"California.\" Mitchell lived in the musically fertile but earthquake-prone Laurel Canyon area of Los Angeles; \"California\" finds her recalling her adventures on a trip to Europe but looking forward to a return home. In \"Going To California,\" Plant plays the part of a guy who's looking to leave his no-good woman behind and make a fresh start in California.'\n\nhttps://www.songfacts.com/facts/led-zeppelin/going-to-california",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}