Information about plays

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

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

{
    "id": 3625561,
    "uri": "https://api.kexp.org/v2/plays/3625561/?format=api",
    "airdate": "2026-03-05T09:11:15-08:00",
    "show": 66096,
    "show_uri": "https://api.kexp.org/v2/shows/66096/?format=api",
    "image_uri": "https://ia601707.us.archive.org/8/items/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050-16480910619_thumb500.jpg",
    "thumbnail_uri": "https://ia801707.us.archive.org/8/items/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050/mbid-b986ec9c-37d2-4b70-99d0-ee52d646d050-16480910619_thumb250.jpg",
    "song": "The Dog-End of a Day Gone By",
    "track_id": "a8d482b1-fcc0-3959-877c-6ba79abd4bc1",
    "recording_id": "ebf20c2e-0951-46bf-8db5-c805d7528260",
    "artist": "Love and Rockets",
    "artist_ids": [
        "8cb3aa4a-3b4c-48b8-be0a-e57010fc1430"
    ],
    "album": "Seventh Dream of Teenage Heaven",
    "release_id": "b986ec9c-37d2-4b70-99d0-ee52d646d050",
    "release_group_id": "878f8e94-7835-34a5-9a5f-bd760330b96c",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "2000-05-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Third track off the debut album by Love and Rockets, released on October 11 1985.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}