Information about plays

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

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

{
    "id": 3549515,
    "uri": "https://api.kexp.org/v2/plays/3549515/?format=api",
    "airdate": "2025-09-06T05:20:53-07:00",
    "show": 64487,
    "show_uri": "https://api.kexp.org/v2/shows/64487/?format=api",
    "image_uri": "https://coverartarchive.org/release/79b5bba0-0717-481f-9bf6-79e17be9c4b3/36647271636-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/79b5bba0-0717-481f-9bf6-79e17be9c4b3/36647271636-250.jpg",
    "song": "Bullet Proof Nothing",
    "track_id": null,
    "recording_id": "28d812de-55ae-496b-acab-01544878d7f4",
    "artist": "Simply Saucer",
    "artist_ids": [
        "c0df0ba3-4631-4ffc-890f-71bd1ef61905"
    ],
    "album": "Cyborgs Revisited",
    "release_id": null,
    "release_group_id": "e0554a53-9aaf-3558-b3a5-39d4f5db676a",
    "labels": [
        "Sonic Unyon Records"
    ],
    "label_ids": [
        "529875d7-b9f8-461a-a939-1ce3d9c6f0c4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "recorded 1974",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}