Information about plays

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

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

{
    "id": 3596238,
    "uri": "https://api.kexp.org/v2/plays/3596238/?format=api",
    "airdate": "2025-12-26T10:56:34-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Greatest",
    "track_id": "8e29947d-ac89-3a01-8b12-0bb109eeb07e",
    "recording_id": "ef375fc6-ffcd-4d3d-a422-2c5e775fc02c",
    "artist": "Cat Power",
    "artist_ids": [
        "05755bf1-380c-487f-983f-d1a02401fa28"
    ],
    "album": "The Greatest",
    "release_id": "23521d8d-fa12-458c-a7f3-89cf9c45f683",
    "release_group_id": "1d09530d-2a86-3495-9de1-6636e5f8a0f1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2006-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Greatest is Cat Power's (Chan Marshall) seventh studio album, entirely composed of original works, making it her first album to not include cover songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}