Information about plays

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

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

{
    "id": 3593127,
    "uri": "https://api.kexp.org/v2/plays/3593127/?format=api",
    "airdate": "2025-12-19T15:39:45-08:00",
    "show": 65419,
    "show_uri": "https://api.kexp.org/v2/shows/65419/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sincerely",
    "track_id": "db114ff4-9d2b-4f1f-8fdf-3a35638cc11d",
    "recording_id": "c4f19628-fc4c-45f9-a7ad-dfd9daf92db8",
    "artist": "Momma",
    "artist_ids": [
        "a17342a6-e661-4874-9687-957caf010377"
    ],
    "album": "Welcome to My Blue Sky",
    "release_id": "c81489c1-9ac7-47d9-8c86-5bf3509907c8",
    "release_group_id": "453f2f7b-fa88-4d29-bd43-a512464ef2d0",
    "labels": [
        "Polyvinyl"
    ],
    "label_ids": [
        "2ad60482-164f-4e5c-ac78-1f5267d4fdc0"
    ],
    "release_date": "2025-04-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#37\n\nOut of LA Momma consist of Etta Friedman; Allegra Weingarten; Aron Kobayashi Ritch; Preston Fulks\nhttps://mommaband.bandcamp.com/album/welcome-to-my-blue-sky",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}