Information about plays

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

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

{
    "id": 3648934,
    "uri": "https://api.kexp.org/v2/plays/3648934/?format=api",
    "airdate": "2026-05-01T03:10:32-07:00",
    "show": 66595,
    "show_uri": "https://api.kexp.org/v2/shows/66595/?format=api",
    "image_uri": "https://coverartarchive.org/release/885cb0a3-57d8-4bb5-a82f-e5e26d998eca/25666682583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/885cb0a3-57d8-4bb5-a82f-e5e26d998eca/25666682583-250.jpg",
    "song": "Lost One",
    "track_id": null,
    "recording_id": "a43eb69a-330a-44ea-9fe3-8b8f2ff74a85",
    "artist": "Jay‐Z feat. Chrisette Michele",
    "artist_ids": [
        "f82bcf78-5b69-4622-a5ef-73800768d9ac",
        "197db30d-0886-41ad-908e-c9dd70e62739"
    ],
    "album": "Kingdom Come",
    "release_id": null,
    "release_group_id": "d8f91a57-9c02-3a83-81c5-b99c572c7a10",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2006-11-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE: 2006!\n\nJay-Z's 2006 release 'Kingdom Come' was considered a \"comeback album\" for the rapper, as 2003's 'The Black Album' had been hyped as his final release. Second single from the album, \"Lost One\" was produced by Dr. Dre. \nVideo!\nhttps://youtu.be/Ng02QSUiL8M",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}