Information about plays

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

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

{
    "id": 3625430,
    "uri": "https://api.kexp.org/v2/plays/3625430/?format=api",
    "airdate": "2026-03-05T01:07:35-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/745e1c5c-88d2-4deb-a1b3-16aca733f842/35991894403-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/745e1c5c-88d2-4deb-a1b3-16aca733f842/35991894403-250.jpg",
    "song": "Lisa’s Coming",
    "track_id": null,
    "recording_id": "458462a7-6b75-487e-babf-50f7cf4fe2c2",
    "artist": "Latin Rascals",
    "artist_ids": [
        "7a0d3013-b8e1-47b1-86c7-76bb8fdf870e"
    ],
    "album": "Masters of the Beat",
    "release_id": null,
    "release_group_id": "5f33e3e3-15ce-4697-b2ed-14cb8f2e7078",
    "labels": [
        "Tommy Boy"
    ],
    "label_ids": [
        "dd13c200-c9c9-4671-85f8-2dbff1319e3f"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}