Information about plays

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

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

{
    "id": 3591766,
    "uri": "https://api.kexp.org/v2/plays/3591766/?format=api",
    "airdate": "2025-12-16T06:58:15-08:00",
    "show": 65392,
    "show_uri": "https://api.kexp.org/v2/shows/65392/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Long Cool Woman (In a Black Dress)",
    "track_id": "ee61b353-4288-33a7-a1f5-d3e8fef447f2",
    "recording_id": "dd2848f4-4000-41f6-bc70-4109709ff697",
    "artist": "The Hollies",
    "artist_ids": [
        "d4305549-6b4e-4a57-b24d-8af0743fe191"
    ],
    "album": "Classic Masters",
    "release_id": "19c8baf1-20c5-400b-8b3f-ebc373e43d71",
    "release_group_id": "449598e0-9f4c-38ba-a174-c42a13345a4f",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2002-01-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1945 – Tony Hicks, English guitarist (The Hollies)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}