Information about plays

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

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

{
    "id": 3547757,
    "uri": "https://api.kexp.org/v2/plays/3547757/?format=api",
    "airdate": "2025-09-01T23:55:57-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/b0b44e31-6100-4971-bc11-0689e225cff5/16648906720-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b0b44e31-6100-4971-bc11-0689e225cff5/16648906720-250.jpg",
    "song": "Shogunade",
    "track_id": null,
    "recording_id": "efa95c49-ce7c-41cc-8570-6ada504f8900",
    "artist": "Ryuichi Sakamoto",
    "artist_ids": [],
    "album": "Neo Geo",
    "release_id": null,
    "release_group_id": "208d310e-bf76-3568-a01c-6872d5b497ce",
    "labels": [
        "GT"
    ],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "When life gives you lemons, make shogunade",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}