Information about plays

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

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

{
    "id": 3597924,
    "uri": "https://api.kexp.org/v2/plays/3597924/?format=api",
    "airdate": "2025-12-30T08:06:29-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://coverartarchive.org/release/600d8080-c744-47b4-ab20-73cceb387171/19747424255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/600d8080-c744-47b4-ab20-73cceb387171/19747424255-250.jpg",
    "song": "Flying Saucer Attack",
    "track_id": null,
    "recording_id": "c1aec657-36b9-420e-aa10-c37a5d6424d3",
    "artist": "The Rezillos",
    "artist_ids": [
        "e9a64ec8-afc6-4aff-aa1f-34fdd3448b7d"
    ],
    "album": "Can’t Stand the Rezillos",
    "release_id": null,
    "release_group_id": "112d3443-f545-3489-a73a-e1fe61c71694",
    "labels": [
        "DBK Works"
    ],
    "label_ids": [
        "4742fffd-4097-42a6-9156-9a03546c5198"
    ],
    "release_date": "1978-07-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although emerging at the same time as other bands in the punk rock movement, the Rezillos did not share the nihilism or social commentary of their contemporaries. Instead, the band took a more light-hearted approach in their songs.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}