Information about plays

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

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

{
    "id": 3604473,
    "uri": "https://api.kexp.org/v2/plays/3604473/?format=api",
    "airdate": "2026-01-15T01:07:19-08:00",
    "show": 65654,
    "show_uri": "https://api.kexp.org/v2/shows/65654/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let's Get Down",
    "track_id": null,
    "recording_id": "c5294ee5-3b48-4026-9043-23310a14f8b2",
    "artist": "Tony! Toni! Toné! feat. DJ Quik",
    "artist_ids": [
        "511562a6-c381-44df-9bc4-27be779716b8",
        "542f4f08-4d8f-48db-a414-d3a33a62929f"
    ],
    "album": "House of Music",
    "release_id": null,
    "release_group_id": "f46ffba6-8029-36ce-8643-0f25584042b8",
    "labels": [
        "Mercury Records"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1996-11-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Oakland based group composed of D'wayne Wiggins on lead vocals and guitar, his brother Raphael Saadiq (born Charles Ray Wiggins) on lead vocals and bass, and their cousin Timothy Christian Riley on drums and keyboards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}