Information about plays

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

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

{
    "id": 3596073,
    "uri": "https://api.kexp.org/v2/plays/3596073/?format=api",
    "airdate": "2025-12-26T01:39:05-08:00",
    "show": 65475,
    "show_uri": "https://api.kexp.org/v2/shows/65475/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb42955f-d670-4c40-9884-3198d0770147/5364226443-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb42955f-d670-4c40-9884-3198d0770147/5364226443-250.jpg",
    "song": "Shima-Uta (acoustic)",
    "track_id": null,
    "recording_id": "672b2cc2-7ad2-409a-a357-1a60c40abccb",
    "artist": "THE BOOM feat. IZZY",
    "artist_ids": [
        "1f4b5751-faf2-4936-92b8-9764b53e4aaa",
        "e2234981-2456-4403-948c-15997c1e4d70"
    ],
    "album": "OKINAWA〜ワタシノシマ〜",
    "release_id": null,
    "release_group_id": "27f27b68-072d-46b0-9c4e-479b42038fd1",
    "labels": [
        "EXPRESS"
    ],
    "label_ids": [
        "c73406f8-b704-4363-b7eb-f9d7c1300663"
    ],
    "release_date": "2002-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}