Information about plays

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

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

{
    "id": 3571437,
    "uri": "https://api.kexp.org/v2/plays/3571437/?format=api",
    "airdate": "2025-10-29T14:28:59-07:00",
    "show": 64966,
    "show_uri": "https://api.kexp.org/v2/shows/64966/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "FM (No Static at All)",
    "track_id": null,
    "recording_id": "24c09593-a4f6-4261-87a2-cfab91aa9451",
    "artist": "Steely Dan",
    "artist_ids": [
        "e01c3376-15fa-40d7-b747-5f219bdefdd7"
    ],
    "album": "FM (No Static at All)",
    "release_id": null,
    "release_group_id": "7505d7ec-ff33-490d-8771-6773cbde51fe",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1978-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There are several fine solos on this song--a great guitar solo from Walter Becker and a fine tenor saxophone break from Pete Christlieb.\n--",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}