Information about plays

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

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

{
    "id": 3586697,
    "uri": "https://api.kexp.org/v2/plays/3586697/?format=api",
    "airdate": "2025-12-04T10:54:36-08:00",
    "show": 65286,
    "show_uri": "https://api.kexp.org/v2/shows/65286/?format=api",
    "image_uri": "https://coverartarchive.org/release/7676155c-16f6-4def-96d7-afd5ecff7a06/5618149593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7676155c-16f6-4def-96d7-afd5ecff7a06/5618149593-250.jpg",
    "song": "Waiting",
    "track_id": null,
    "recording_id": "876c404c-c459-4fdb-8171-c9800a8ec7bf",
    "artist": "The Rentals",
    "artist_ids": [
        "21763d94-f834-4a18-88b9-c82bc028a344"
    ],
    "album": "Return of The Rentals",
    "release_id": null,
    "release_group_id": "26eaea7b-1e9a-3055-acf7-fa3a2ada236f",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A bit of a misnomer, Return of The Rentals was actually the debut studio album released by The Rentals in 1995. The original lineup for this album featured two Weezer bandmates: bassist and vocalist Matt Sharp and drummer Patrick Wilson. \n-- \nDid you know that the video for this song features Maya Rudolph on keyboards?\nhttps://www.youtube.com/watch?v=VW15vdcNSSk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}