Information about plays

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

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

{
    "id": 3565294,
    "uri": "https://api.kexp.org/v2/plays/3565294/?format=api",
    "airdate": "2025-10-15T06:15:07-07:00",
    "show": 64839,
    "show_uri": "https://api.kexp.org/v2/shows/64839/?format=api",
    "image_uri": "https://coverartarchive.org/release/48e80da7-f56e-4337-b28c-be4c59b8c6dc/14840115711-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/48e80da7-f56e-4337-b28c-be4c59b8c6dc/14840115711-250.jpg",
    "song": "Be Here",
    "track_id": null,
    "recording_id": "1235f81a-dcca-44ef-b470-7d11b2212ab2",
    "artist": "Raphael Saadiq feat. D’Angelo",
    "artist_ids": [
        "a2eb319d-a45e-43c3-bb14-d0ffb577222c",
        "b66771cc-45fa-4a32-b14f-5337d7223d7a"
    ],
    "album": "Instant Vintage",
    "release_id": null,
    "release_group_id": "5b79dafe-512e-3898-85d2-45a7d77f903b",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2002-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Raphael Saadiq and D'Angelo collaborate on \"Be Here\". \n\nLast year, Raphael Saadiq revealed that he and D'Angelo had been working on new music together. https://www.billboard.com/music/rb-hip-hop/dangelo-new-music-raphael-saadiq-interview-1235772763/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}