Information about plays

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

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

{
    "id": 3574836,
    "uri": "https://api.kexp.org/v2/plays/3574836/?format=api",
    "airdate": "2025-11-06T19:23:02-08:00",
    "show": 65040,
    "show_uri": "https://api.kexp.org/v2/shows/65040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Who Are You?",
    "track_id": null,
    "recording_id": null,
    "artist": "midori",
    "artist_ids": [
        "77c7de0e-b66f-40af-ab1a-13e41b09aaa9"
    ],
    "album": "セカンド (Sekando)",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Midori (ミドリ) was a Japanese punk jazz band. They were founded in Osaka in 2003 by former members of the noise and punk rock band Usagi (うさぎ).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}