Information about plays

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

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

{
    "id": 3628280,
    "uri": "https://api.kexp.org/v2/plays/3628280/?format=api",
    "airdate": "2026-03-13T02:40:29-07:00",
    "show": 66166,
    "show_uri": "https://api.kexp.org/v2/shows/66166/?format=api",
    "image_uri": "https://coverartarchive.org/release/fea21789-940a-4322-9233-29cc2dfefc3f/20346476157-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fea21789-940a-4322-9233-29cc2dfefc3f/20346476157-250.jpg",
    "song": "Savage",
    "track_id": null,
    "recording_id": "df0344f2-f994-4fc4-bc28-c71529e60df5",
    "artist": "Eurythmics",
    "artist_ids": [
        "b4d32cff-f19e-455f-86c4-f347d824ca61"
    ],
    "album": "Savage",
    "release_id": null,
    "release_group_id": "abb94ca4-b489-4618-9526-c917f574c8ab",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "29d7c88f-5200-4418-a683-5c94ea032e38"
    ],
    "release_date": "1987-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the 2006 remaster, which doesn't sound all that different from the OG to me. Best played loud!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}