Information about plays

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

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

{
    "id": 3580046,
    "uri": "https://api.kexp.org/v2/plays/3580046/?format=api",
    "airdate": "2025-11-19T01:30:24-08:00",
    "show": 65150,
    "show_uri": "https://api.kexp.org/v2/shows/65150/?format=api",
    "image_uri": "https://ia804503.us.archive.org/33/items/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e-40654268451_thumb500.jpg",
    "thumbnail_uri": "https://ia804503.us.archive.org/33/items/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e/mbid-0d4aa90e-02d9-3003-a77f-a9706c1ac77e-40654268451_thumb250.jpg",
    "song": "People in the City",
    "track_id": "28d20afe-3df0-323b-8f65-6bef3654968f",
    "recording_id": "ef57b379-e9b9-48ad-8368-2aaa77cdd5e4",
    "artist": "Air",
    "artist_ids": [
        "cb67438a-7f50-4f2b-a6f1-2bb2729fd538"
    ],
    "album": "10 000 Hz Legend",
    "release_id": "0d4aa90e-02d9-3003-a77f-a9706c1ac77e",
    "release_group_id": "21062c6a-bf91-3d5d-866a-7f54f6918861",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2001-05-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "10 000 Hz Legend is the second studio album by French electronic music duo Air, released in France on in May 2001.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}