Information about plays

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

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

{
    "id": 3525352,
    "uri": "https://api.kexp.org/v2/plays/3525352/?format=api",
    "airdate": "2025-07-10T23:48:47-07:00",
    "show": 63978,
    "show_uri": "https://api.kexp.org/v2/shows/63978/?format=api",
    "image_uri": "https://coverartarchive.org/release/79e72b1e-42b9-4f60-84a3-5001d980d9b0/32907709575-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79e72b1e-42b9-4f60-84a3-5001d980d9b0/32907709575-250.jpg",
    "song": "Pleasure Ride",
    "track_id": null,
    "recording_id": "7a6e3cd4-9fca-462d-92f7-b879113ec97b",
    "artist": "Black Loops",
    "artist_ids": [
        "59578d00-fd01-4c76-af48-f88079e0408f"
    ],
    "album": "For Lost Friends",
    "release_id": null,
    "release_group_id": "70e58b24-1d49-3354-b8da-f651f844c244",
    "labels": [
        "Bingo Beats"
    ],
    "label_ids": [
        "431dfebe-8f09-477b-af49-930cacd12b86"
    ],
    "release_date": "2006-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}