Information about plays

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

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

{
    "id": 3548679,
    "uri": "https://api.kexp.org/v2/plays/3548679/?format=api",
    "airdate": "2025-09-04T03:19:55-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/09f01bc1-0cc1-3691-9183-c03d1a0982c5/4422097159-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/09f01bc1-0cc1-3691-9183-c03d1a0982c5/4422097159-250.jpg",
    "song": "Juice (Know the Ledge)",
    "track_id": null,
    "recording_id": "f07efbe8-3834-4bdd-a39d-2e8cd2d44734",
    "artist": "Eric B. & Rakim",
    "artist_ids": [
        "925228de-bbe5-4c7b-b76f-78e382ec9148"
    ],
    "album": "Don’t Sweat the Technique",
    "release_id": null,
    "release_group_id": "9dfddf97-e254-3864-8033-1b87f75d902f",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1992-06-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From hip-hop duo Eric B. & Rakim, the theme song from the 1991 'Juice' soundtrack, was also released on the duo's 1992 album 'Don't Sweat the Technique'. It features a distinctive sample from Nat Adderley's 1968 hit \"Rise, Sally, Rise\".\n\nVideo: \nhttps://youtu.be/OPkWYTUiPTo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}