Information about plays

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

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

{
    "id": 3595241,
    "uri": "https://api.kexp.org/v2/plays/3595241/?format=api",
    "airdate": "2025-12-24T06:36:37-08:00",
    "show": 65462,
    "show_uri": "https://api.kexp.org/v2/shows/65462/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "It May Be Winter Outside (But In My Heart It's Spring)",
    "track_id": null,
    "recording_id": "91cd9421-30ec-4982-ad12-1271db49aa02",
    "artist": "Love Unlimited",
    "artist_ids": [
        "18b148bf-17a7-4b2e-8dc6-04502bfc73e7"
    ],
    "album": "It May Be Winter Outside (But In My Heart It's Spring)",
    "release_id": null,
    "release_group_id": "1d47216b-7c68-4a10-97b7-d9a21ca14845",
    "labels": [
        "20th Century Records"
    ],
    "label_ids": [
        "ed0d5aff-e23f-4239-950f-bae0bc201e6c"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although Love Unlimited’s 1973 recording helped popularize the song, it was originally co-written by Barry White and Paul Politi and first recorded by singer Felice Taylor in the late 1960s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}