Information about plays

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

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

{
    "id": 3632044,
    "uri": "https://api.kexp.org/v2/plays/3632044/?format=api",
    "airdate": "2026-03-21T18:49:55-07:00",
    "show": 66245,
    "show_uri": "https://api.kexp.org/v2/shows/66245/?format=api",
    "image_uri": "https://dn710002.ca.archive.org/0/items/mbid-63f2ec13-90f2-4b03-85de-cb72a43bd1b0/mbid-63f2ec13-90f2-4b03-85de-cb72a43bd1b0-37953503453_thumb500.jpg",
    "thumbnail_uri": "https://dn710002.ca.archive.org/0/items/mbid-63f2ec13-90f2-4b03-85de-cb72a43bd1b0/mbid-63f2ec13-90f2-4b03-85de-cb72a43bd1b0-37953503453_thumb250.jpg",
    "song": "Rodeo",
    "track_id": "b31e3186-c628-41c4-abf5-c528b78b426c",
    "recording_id": "8415025f-41be-4f7b-bc48-20bf0c601ae9",
    "artist": "Lisa Prank",
    "artist_ids": [
        "960d5da9-2ab3-4c2d-82ac-521caa990f59"
    ],
    "album": "Perfect Love Song",
    "release_id": "2dc525c3-ead2-41d6-bc6d-8f2cddb9015d",
    "release_group_id": "e01daf18-2fd6-4e3d-98d6-2afcfbbf6088",
    "labels": [
        "Father/Daughter Records"
    ],
    "label_ids": [
        "9b8123f9-7a72-4f91-b56c-8d5c3caec71f"
    ],
    "release_date": "2019-10-04",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Lisa Prank plays with Childbirth members Julia Shapiro and Bree McKenna in the band Who is She?",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}