Information about plays

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

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

{
    "id": 3670145,
    "uri": "https://api.kexp.org/v2/plays/3670145/?format=api",
    "airdate": "2026-06-20T06:15:21-07:00",
    "show": 67035,
    "show_uri": "https://api.kexp.org/v2/shows/67035/?format=api",
    "image_uri": "https://coverartarchive.org/release/cbae1727-1126-4281-8b0e-36f039bff450/13886730763-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cbae1727-1126-4281-8b0e-36f039bff450/13886730763-250.jpg",
    "song": "Birdhouse in Your Soul",
    "track_id": null,
    "recording_id": "23ad93f2-8c38-4fcc-ae9e-b67a36ce6fb8",
    "artist": "They Might Be Giants",
    "artist_ids": [
        "183d6ef6-e161-47ff-9085-063c8b897e97"
    ],
    "album": "Flood",
    "release_id": null,
    "release_group_id": "9eed8bfd-2eb6-3e02-a1ac-8cd9b2628ce6",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1990-01-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}