Information about plays

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

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

{
    "id": 3593007,
    "uri": "https://api.kexp.org/v2/plays/3593007/?format=api",
    "airdate": "2025-12-19T08:22:52-08:00",
    "show": 65417,
    "show_uri": "https://api.kexp.org/v2/shows/65417/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Want You (Fever)",
    "track_id": "c6fcad88-3c34-4162-999d-37c897e5ce10",
    "recording_id": "8651ada2-76d3-4b61-8e9b-ffb58962e3bd",
    "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": "#22\nThis Brooklyn-based band's origin story began in L.A., where bandmates Etta Friedman and Allegra Weingarten first met as teenagers. Now on the East Coast, their band, Momma includes their producer and bassist, Aaron Kobayashi Ritch, and drummer, Preston Fulks.\n--\nThis song is one of several from \"Welcome To My Blue Sky\" that Momma performed live in our studio earlier this year. Enjoy that whole session: https://www.youtube.com/watch?v=1bkLMQ2IoqI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}