Information about plays

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

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

{
    "id": 3577780,
    "uri": "https://api.kexp.org/v2/plays/3577780/?format=api",
    "airdate": "2025-11-13T19:56:16-08:00",
    "show": 65101,
    "show_uri": "https://api.kexp.org/v2/shows/65101/?format=api",
    "image_uri": "https://coverartarchive.org/release/2972ced8-02ca-41b5-848f-bf7c5511079a/31914823611-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2972ced8-02ca-41b5-848f-bf7c5511079a/31914823611-250.jpg",
    "song": "Midnight Pretenders",
    "track_id": null,
    "recording_id": "f9417f70-2748-4c32-9d10-6592f1ff9358",
    "artist": "亜蘭知子",
    "artist_ids": [
        "ad1aaeab-67a6-4bbf-8676-9450e95ff234"
    ],
    "album": "Midnight Pretenders (2022 restored version)",
    "release_id": null,
    "release_group_id": "1e1955dd-b3ae-4898-b2b8-126bdd825960",
    "labels": [],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Tomoko Aran with her 1983 release of Midnight Pretenders",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}