Information about plays

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

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

{
    "id": 3619728,
    "uri": "https://api.kexp.org/v2/plays/3619728/?format=api",
    "airdate": "2026-02-20T01:31:43-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?format=api",
    "image_uri": "https://coverartarchive.org/release/05c2d1b4-5903-45df-859a-73860b38e65a/9492045901-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05c2d1b4-5903-45df-859a-73860b38e65a/9492045901-250.jpg",
    "song": "Spotlight (Quentin Harris Dark Collage club mix)",
    "track_id": null,
    "recording_id": "913a5ade-1a56-4573-8a15-4be80e9b6939",
    "artist": "Jennifer Hudson",
    "artist_ids": [
        "95b5d5b5-46c4-4c3e-89d5-ffe9236427ac"
    ],
    "album": "Spotlight",
    "release_id": null,
    "release_group_id": "b7067467-1cef-3a2a-87c6-052aa1ee55f2",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2008-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}