Information about plays

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

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

{
    "id": 3527660,
    "uri": "https://api.kexp.org/v2/plays/3527660/?format=api",
    "airdate": "2025-07-16T08:56:44-07:00",
    "show": 64028,
    "show_uri": "https://api.kexp.org/v2/shows/64028/?format=api",
    "image_uri": "https://coverartarchive.org/release/540f3055-4b15-4f72-a013-ef6c11d7a04b/22721467115-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/540f3055-4b15-4f72-a013-ef6c11d7a04b/22721467115-250.jpg",
    "song": "Velouria",
    "track_id": null,
    "recording_id": "7ae6969e-5d79-4bea-aaf5-f11766b6fe34",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Velouria",
    "release_id": null,
    "release_group_id": "ff69b460-bb08-31d6-ba12-7d18f5d87080",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-07-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "KEXP is my soundtrack driving to open heart surgery at UW Montlake this morning. Thank you for guiding me on a tranquil path to the operation. Music soothes the faulty heart valve!\n\nPlease play a Pixies song for me around 9 am!\n\n- Amplifier Tom in Matthews Beach\n\nYou've got this, Tom!\n\nPixies released \"Velouria\" on this day 55 years ago, in 1990.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}