Information about plays

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

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

{
    "id": 3595763,
    "uri": "https://api.kexp.org/v2/plays/3595763/?format=api",
    "airdate": "2025-12-25T08:29:30-08:00",
    "show": 65471,
    "show_uri": "https://api.kexp.org/v2/shows/65471/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All I Want for Christmas",
    "track_id": null,
    "recording_id": "26c24c42-c977-41b0-9219-31569ae1474b",
    "artist": "TLC",
    "artist_ids": [
        "99790314-885a-4975-8614-9c5bc890364d"
    ],
    "album": "A LaFace Family Christmas",
    "release_id": null,
    "release_group_id": "b756daa5-8bd8-3b9d-8068-06f154479b5f",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "1993-11-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The 1993 LaFace Christmas compilation features TLC, Toni Braxton, A Few Good Men, McCarthur, and OutKast.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}