Information about plays

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

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

{
    "id": 3548985,
    "uri": "https://api.kexp.org/v2/plays/3548985/?format=api",
    "airdate": "2025-09-04T21:53:20-07:00",
    "show": 64475,
    "show_uri": "https://api.kexp.org/v2/shows/64475/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Down East",
    "track_id": null,
    "recording_id": null,
    "artist": "渡辺貞夫",
    "artist_ids": [
        "378278bf-9cdd-4b4a-b319-38eddab9f1b1"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Red River Entertainment"
    ],
    "label_ids": [],
    "release_date": "2013-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "渡辺貞夫 (Sadao Watanabe) is a Japanese jazz musician who plays alto saxophone and sopranino saxophone. He is known for his bossa nova recordings, although his work encompasses many styles, with collaborations from musicians all over the world.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}