Information about plays

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

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

{
    "id": 3594380,
    "uri": "https://api.kexp.org/v2/plays/3594380/?format=api",
    "airdate": "2025-12-22T07:43:48-08:00",
    "show": 65447,
    "show_uri": "https://api.kexp.org/v2/shows/65447/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Daft Punk Is Playing at My House",
    "track_id": null,
    "recording_id": "0a6073b3-1b0e-4cb2-8335-b267a6794463",
    "artist": "LCD Soundsystem",
    "artist_ids": [
        "2aaf7396-6ab8-40f3-9776-a41c42c8e26b"
    ],
    "album": "LCD Soundsystem",
    "release_id": null,
    "release_group_id": "0276770a-5f4b-3b0a-936c-69e295f3c5b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-01-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Classic track from LCD Soundsystem!\n\nhttps://lcdsoundsystem.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}