Information about plays

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

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

{
    "id": 3640165,
    "uri": "https://api.kexp.org/v2/plays/3640165/?format=api",
    "airdate": "2026-04-10T04:47:49-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/495a4df3-59e9-4152-9630-3349095bad85/8780713798-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/495a4df3-59e9-4152-9630-3349095bad85/8780713798-250.jpg",
    "song": "I Like It",
    "track_id": null,
    "recording_id": "d841cf9a-6920-491e-b0bc-40cc1fb5779a",
    "artist": "DeBarge",
    "artist_ids": [
        "b6fd4928-89db-4bbd-b5f4-8fb98f9f02ff"
    ],
    "album": "All This Love",
    "release_id": null,
    "release_group_id": "24c087be-1a0f-3c5e-8dba-b173ddd035fa",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1982-04-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}