Information about plays

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

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

{
    "id": 3577177,
    "uri": "https://api.kexp.org/v2/plays/3577177/?format=api",
    "airdate": "2025-11-12T09:47:38-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "https://ia801800.us.archive.org/29/items/mbid-78db8ee8-94dc-444a-85f6-848ce0087092/mbid-78db8ee8-94dc-444a-85f6-848ce0087092-22630338793_thumb500.jpg",
    "thumbnail_uri": "https://ia801800.us.archive.org/29/items/mbid-78db8ee8-94dc-444a-85f6-848ce0087092/mbid-78db8ee8-94dc-444a-85f6-848ce0087092-22630338793_thumb250.jpg",
    "song": "Eau d’Bedroom Dancing",
    "track_id": "59487d53-65bd-3079-944c-032a44c5209e",
    "recording_id": "5c7b38c9-cc01-4a81-9f65-d4d86e1e5558",
    "artist": "Le Tigre",
    "artist_ids": [
        "2d67239c-aa40-4ad5-a807-9052b66857a6"
    ],
    "album": "Le Tigre",
    "release_id": "78db8ee8-94dc-444a-85f6-848ce0087092",
    "release_group_id": "116d142c-e7fd-3902-8ca5-0d4999abd00e",
    "labels": [
        "Mr. Lady Records"
    ],
    "label_ids": [
        "5d4b7256-2317-472c-8d5f-cd5f2d8f8f20"
    ],
    "release_date": "1999-11-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Kathleen Hanna, of Bikini Kill, The Julie Ruin, and Le Tigre.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}