Information about plays

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

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

{
    "id": 3530010,
    "uri": "https://api.kexp.org/v2/plays/3530010/?format=api",
    "airdate": "2025-07-21T18:32:09-07:00",
    "show": 64077,
    "show_uri": "https://api.kexp.org/v2/shows/64077/?format=api",
    "image_uri": "https://coverartarchive.org/release/dc4f8e79-539e-49be-88e9-60fb9de17ec5/14972415114-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dc4f8e79-539e-49be-88e9-60fb9de17ec5/14972415114-250.jpg",
    "song": "Echoes of Earth",
    "track_id": null,
    "recording_id": "3d69ff71-0e96-43ef-a049-8d4806e579c2",
    "artist": "The Sorcerers",
    "artist_ids": [
        "2e7291f1-7335-48d2-ad37-be656d031880"
    ],
    "album": "Other Worlds And Habitats",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-10-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://sorcerers.bandcamp.com/track/echos-of-earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}