Information about plays

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

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

{
    "id": 3569606,
    "uri": "https://api.kexp.org/v2/plays/3569606/?format=api",
    "airdate": "2025-10-25T02:42:08-07:00",
    "show": 64925,
    "show_uri": "https://api.kexp.org/v2/shows/64925/?format=api",
    "image_uri": "https://coverartarchive.org/release/364ad2dd-c120-4dd7-affc-699fe5e1f8ac/38607515617-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/364ad2dd-c120-4dd7-affc-699fe5e1f8ac/38607515617-250.jpg",
    "song": "Combustion (Saigg remix)",
    "track_id": null,
    "recording_id": "ae24fcde-74e9-4ae2-8702-5c99c289825d",
    "artist": "Mascarpone",
    "artist_ids": [
        "3e0f9c8b-934e-41cc-8efd-462e2ff0b9c4"
    ],
    "album": "Combustion (Remixes)",
    "release_id": null,
    "release_group_id": "e14ccce2-8611-4dc9-8675-7fa7a8055027",
    "labels": [
        "Self-released"
    ],
    "label_ids": [],
    "release_date": "2024-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://mascarponetechno.bandcamp.com/album/combustion-remixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}