Information about plays

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

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

{
    "id": 3640167,
    "uri": "https://api.kexp.org/v2/plays/3640167/?format=api",
    "airdate": "2026-04-10T04:54:24-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://dn710602.ca.archive.org/0/items/mbid-03f6edce-86c2-4eb7-80c7-1c57056598fc/mbid-03f6edce-86c2-4eb7-80c7-1c57056598fc-19961632362_thumb500.jpg",
    "thumbnail_uri": "https://dn710602.ca.archive.org/0/items/mbid-03f6edce-86c2-4eb7-80c7-1c57056598fc/mbid-03f6edce-86c2-4eb7-80c7-1c57056598fc-19961632362_thumb250.jpg",
    "song": "After the Dance (instrumental)",
    "track_id": "7e2ef55b-6907-3583-87af-4acfe7c4e1ff",
    "recording_id": "96a04f6c-6526-4554-9188-735f1a1d1410",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "I Want You",
    "release_id": "03f6edce-86c2-4eb7-80c7-1c57056598fc",
    "release_group_id": "18257379-85bf-3412-b0df-8e2916ee896e",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2003-07-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "[air break]",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}