Information about plays

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

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

{
    "id": 3630857,
    "uri": "https://api.kexp.org/v2/plays/3630857/?format=api",
    "airdate": "2026-03-19T02:13:06-07:00",
    "show": 66219,
    "show_uri": "https://api.kexp.org/v2/shows/66219/?format=api",
    "image_uri": "https://coverartarchive.org/release/d45c8de5-d7c6-4120-8b6d-4f7957faddb9/8752031618-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d45c8de5-d7c6-4120-8b6d-4f7957faddb9/8752031618-250.jpg",
    "song": "This Is for the Lover in You",
    "track_id": null,
    "recording_id": "2919bcb9-a996-4ec1-a754-b3032b00575f",
    "artist": "Shalamar",
    "artist_ids": [
        "8e57b7d5-4548-4e2b-b32d-af4b4a51cb80"
    ],
    "album": "Three for Love",
    "release_id": null,
    "release_group_id": "4ae3fc34-7044-3346-bad5-c40a89c13ca8",
    "labels": [
        "Solar"
    ],
    "label_ids": [
        "8bb2ba0d-c96a-4389-a0bf-4a83b0a54914"
    ],
    "release_date": "1980-12-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shalamar were a trio whose most famous lineup was composed of former Soul Train dancers Jody Watley and Jeffrey Daniel, along with lead vocalist Howard Hewitt.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}