Information about plays

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

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

{
    "id": 3583664,
    "uri": "https://api.kexp.org/v2/plays/3583664/?format=api",
    "airdate": "2025-11-27T13:00:28-08:00",
    "show": 65224,
    "show_uri": "https://api.kexp.org/v2/shows/65224/?format=api",
    "image_uri": "https://coverartarchive.org/release/99baca8d-1949-40a0-9cd0-4a9ded2cb139/31386926660-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/99baca8d-1949-40a0-9cd0-4a9ded2cb139/31386926660-250.jpg",
    "song": "Anniversary",
    "track_id": null,
    "recording_id": "a2b15871-10ad-4843-8978-265d6f679534",
    "artist": "Tony Toni Toné",
    "artist_ids": [
        "511562a6-c381-44df-9bc4-27be779716b8"
    ],
    "album": "Sons of Soul",
    "release_id": null,
    "release_group_id": "0a9d1ecc-483b-30c8-8c91-2f54bb4e08c6",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Vintage-modern Oakland trio with a dozen Top Ten R&B/hip-hop hits from 1988 to 1996. \"Anniversary\" was released on September 14, 1993, as the second single from their studio album Sons of Soul (1993). The song was produced by Tony! Toni! Toné! and written by group member Raphael Wiggins and keyboardist Carl Wheeler.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}